Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c200 return ((zil_header_t *)zilog->zl_header); in zil_header_in_syncing_context()
227 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
312 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
346 const zil_header_t *zh = zilog->zl_header; in zil_parse()
669 const zil_header_t *zh = zilog->zl_header; in zil_create()
746 const zil_header_t *zh = zilog->zl_header; in zil_destroy()
931 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
3168 zilog->zl_header = zh_phys; in zil_alloc()
3350 zh = zilog->zl_header; in zil_suspend()
3502 const zil_header_t *zh = zilog->zl_header; in zil_replay_log_record()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil_impl.h176 const zil_header_t *zl_header; /* log header buffer */ member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c180 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
403 const zil_header_t *zh = zilog->zl_header; in dump_intent_log()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c6980 if (zilog->zl_header->zh_claim_lr_seq != 0 && in ztest_dataset_open()
6981 zilog->zl_header->zh_claim_lr_seq < committed_seq) in ztest_dataset_open()
6983 zilog->zl_header->zh_claim_lr_seq, committed_seq); in ztest_dataset_open()
7072 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()