Lines Matching refs:zh_claim_txg
256 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
337 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
472 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()
1001 ASSERT0(zh->zh_claim_txg); in zil_create()
1114 ASSERT0(zh->zh_claim_txg); in zil_destroy()
1138 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg, B_FALSE); in zil_destroy_sync()
1200 zh->zh_claim_txg == 0)) { in zil_claim()
1226 ASSERT3U(zh->zh_claim_txg, <=, first_txg); in zil_claim()
1227 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) { in zil_claim()
1230 zh->zh_claim_txg = first_txg; in zil_claim()
1301 zh->zh_claim_txg == 0) in zil_check_log_chain()
1313 zilog->zl_header->zh_claim_txg ? -1ULL : in zil_check_log_chain()
4807 zh->zh_claim_txg, B_TRUE); in zil_replay()