Searched refs:zh_log (Results 1 – 6 of 6) sorted by relevance
326 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) { in zil_parse()519 blk = zh->zh_log; in zil_create()560 ASSERT(bcmp(&blk, &zh->zh_log, sizeof (blk)) == 0); in zil_create()589 if (BP_IS_HOLE(&zh->zh_log)) in zil_destroy()657 if (!BP_IS_HOLE(&zh->zh_log)) in zil_claim()658 zio_free_zil(zilog->zl_spa, first_txg, &zh->zh_log); in zil_claim()659 BP_ZERO(&zh->zh_log); in zil_claim()673 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) { in zil_claim()714 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()1615 blkptr_t blk = zh->zh_log; in zil_sync()[all …]
480 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_block()512 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_record()
46 blkptr_t zh_log; /* log chain */ member
62 blkptr_t zh_log; /* log chain */ member
368 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) in dump_intent_log()
5779 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()