Searched refs:zh_log (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzil.h46 blkptr_t zh_log; /* log chain */ member in struct:zil_header
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c316 * Starting at the block pointed to by zh_log we read the log chain.
327 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) {
541 blk = zh->zh_log;
574 * and wait for zil_sync() to stuff the block poiner into zh_log.
582 ASSERT(bcmp(&blk, &zh->zh_log, sizeof (blk)) == 0);
611 if (BP_IS_HOLE(&zh->zh_log))
679 if (!BP_IS_HOLE(&zh->zh_log))
680 zio_free_zil(zilog->zl_spa, first_txg, &zh->zh_log);
681 BP_ZERO(&zh->zh_log);
695 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) {
[all...]
H A Ddsl_scan.c494 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET],
526 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET],
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h63 blkptr_t zh_log; /* log chain */ member in struct:zil_header
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c368 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1)
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1092 blkptr_t zh_log; /* log chain */ member in struct:zil_header
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5849 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) {

Completed in 120 milliseconds