Searched refs:zh_claim_txg (Results 1 – 6 of 6) sorted by relevance
44 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member
151 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()
189 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 …]
121 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
524 uint64_t claim_txg = zh->zh_claim_txg; in dsl_scan_zil()
60 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member