| 195 | } |
| 196 | |
| 197 | static zil_header_t * |
| 198 | zil_header_in_syncing_context(zilog_t *zilog) |
| 199 | { |
| 200 | return ((zil_header_t *)zilog->zl_header); |
| 201 | } |
| 202 | |
| 203 | static void |
| 204 | zil_init_log_chain(zilog_t *zilog, blkptr_t *bp) |
no outgoing calls
no test coverage detected