Home
last modified time | relevance | path

Searched refs:zh_claim_txg (Results 1 – 7 of 7) sorted by relevance

/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()
409 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()
420 zh->zh_claim_txg == 0) in dump_intent_log()
426 zh->zh_claim_txg, B_FALSE); in dump_intent_log()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzil.h44 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c206 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()
326 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()
649 ASSERT(zh->zh_claim_txg == 0); in zil_create()
737 ASSERT(zh->zh_claim_txg == 0); in zil_destroy()
820 zh->zh_claim_txg == 0)) { in zil_claim()
846 ASSERT3U(zh->zh_claim_txg, <=, first_txg); in zil_claim()
850 zh->zh_claim_txg = first_txg; in zil_claim()
921 zh->zh_claim_txg == 0) in zil_check_log_chain()
933 zilog->zl_header->zh_claim_txg ? -1ULL : in zil_check_log_chain()
[all …]
H A Ddmu_traverse.c123 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
H A Ddsl_scan.c1408 uint64_t claim_txg = zh->zh_claim_txg; in dsl_scan_zil()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h63 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1265 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member