Searched refs:zh_claim_txg (Results 1 – 7 of 7) sorted by relevance
178 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()409 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()420 zh->zh_claim_txg == 0) in dump_intent_log()426 zh->zh_claim_txg, B_FALSE); in dump_intent_log()
44 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member
206 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()291 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()326 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()649 ASSERT(zh->zh_claim_txg == 0); in zil_create()737 ASSERT(zh->zh_claim_txg == 0); in zil_destroy()759 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg, B_FALSE); in zil_destroy_sync()820 zh->zh_claim_txg == 0)) { in zil_claim()846 ASSERT3U(zh->zh_claim_txg, <=, first_txg); in zil_claim()847 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) { in zil_claim()850 zh->zh_claim_txg = first_txg; in zil_claim()[all …]
123 uint64_t claim_txg = zh->zh_claim_txg; in traverse_zil()
1411 uint64_t claim_txg = zh->zh_claim_txg; in dsl_scan_zil()
63 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member
1265 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ member