Searched refs:zh_claim_txg (Results 1 – 5 of 5) sorted by relevance
180 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()412 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()423 zh->zh_claim_txg == 0) in dump_intent_log()429 zh->zh_claim_txg, B_FALSE); in dump_intent_log()
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()347 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()683 ASSERT(zh->zh_claim_txg == 0); in zil_create()773 ASSERT(zh->zh_claim_txg == 0); in zil_destroy()861 zh->zh_claim_txg == 0)) { in zil_claim()887 ASSERT3U(zh->zh_claim_txg, <=, first_txg); in zil_claim()891 zh->zh_claim_txg = first_txg; in zil_claim()962 zh->zh_claim_txg == 0) in zil_check_log_chain()974 zilog->zl_header->zh_claim_txg ? -1ULL : in zil_check_log_chain()[all …]
125 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
1446 uint64_t claim_txg = zh->zh_claim_txg; in dsl_scan_zil()
62 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member