Home
last modified time | relevance | path

Searched refs:zl_header (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c179 return ((zil_header_t *)zilog->zl_header); in zil_header_in_syncing_context()
206 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
291 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
325 const zil_header_t *zh = zilog->zl_header; in zil_parse()
636 const zil_header_t *zh = zilog->zl_header; in zil_create()
710 const zil_header_t *zh = zilog->zl_header; in zil_destroy()
890 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
2975 zilog->zl_header = zh_phys; in zil_alloc()
3150 zh = zilog->zl_header; in zil_suspend()
3302 const zil_header_t *zh = zilog->zl_header; in zil_replay_log_record()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h175 const zil_header_t *zl_header; /* log header buffer */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c178 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
400 const zil_header_t *zh = zilog->zl_header; in dump_intent_log()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6590 if (zilog->zl_header->zh_claim_lr_seq != 0 && in ztest_dataset_open()
6591 zilog->zl_header->zh_claim_lr_seq < committed_seq) in ztest_dataset_open()
6593 zilog->zl_header->zh_claim_lr_seq, committed_seq); in ztest_dataset_open()
6833 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()