Home
last modified time | relevance | path

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

/titanic_44/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
/titanic_44/usr/src/cmd/zdb/
H A Dzdb_il.c151 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
373 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()
385 zh->zh_claim_txg); in dump_intent_log()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzil.c189 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
271 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
297 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()
516 ASSERT(zh->zh_claim_txg == 0); in zil_create()
604 ASSERT(zh->zh_claim_txg == 0); in zil_destroy()
626 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg); in zil_destroy_sync()
672 ASSERT3U(zh->zh_claim_txg, <=, first_txg); in zil_claim()
673 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) { in zil_claim()
676 zh->zh_claim_txg = first_txg; in zil_claim()
744 zilog->zl_header->zh_claim_txg ? -1ULL : spa_first_txg(os->os_spa)); in zil_check_log_chain()
[all …]
H A Ddmu_traverse.c121 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
H A Ddsl_scan.c524 uint64_t claim_txg = zh->zh_claim_txg; in dsl_scan_zil()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h60 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member