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

/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 in struct:zil_header
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c151 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) {
373 (u_longlong_t)zh->zh_claim_txg,
385 zh->zh_claim_txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c190 if (zilog->zl_header->zh_claim_txg == 0)
272 if (zilog->zl_header->zh_claim_txg == 0)
298 boolean_t claimed = !!zh->zh_claim_txg;
538 ASSERT(zh->zh_claim_txg == 0);
626 ASSERT(zh->zh_claim_txg == 0);
648 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg);
694 ASSERT3U(zh->zh_claim_txg, <=, first_txg);
695 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) {
698 zh->zh_claim_txg = first_txg;
766 zilog->zl_header->zh_claim_txg
[all...]
H A Ddmu_traverse.c122 uint64_t claim_txg = zh->zh_claim_txg;
H A Ddsl_scan.c538 uint64_t claim_txg = zh->zh_claim_txg;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h61 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member in struct:zil_header
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1090 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member in struct:zil_header

Completed in 82 milliseconds