Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c191 if (BP_GET_LOGICAL_BIRTH(bp) < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
523 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()
534 zh->zh_claim_txg == 0) in dump_intent_log()
540 zh->zh_claim_txg, B_FALSE); in dump_intent_log()
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzil.c253 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
334 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
465 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()
993 ASSERT(zh->zh_claim_txg == 0); in zil_create()
1106 ASSERT(zh->zh_claim_txg == 0); in zil_claim()
1130 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg, B_FALSE); in zil_claim()
1180 * (their zh_claim_txg != 0). The reason is that these blocks in zil_claim()
1192 zh->zh_claim_txg == 0)) { in zil_claim()
1218 ASSERT3U(zh->zh_claim_txg, <=, first_txg); in zil_check_log_chain()
1219 if (zh->zh_claim_txg in zil_check_log_chain()
[all...]
H A Ddmu_traverse.c128 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
H A Ddsl_scan.c1823 uint64_t claim_txg = zh->zh_claim_txg;
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dzil.h63 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member
/freebsd-src/sys/cddl/boot/zfs/
H A Dzfsimpl.h1326 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member