Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c355 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) { in zil_parse()
652 blk = zh->zh_log; in zil_create()
693 ASSERT(bcmp(&blk, &zh->zh_log, sizeof (blk)) == 0); in zil_create()
722 if (BP_IS_HOLE(&zh->zh_log)) in zil_destroy()
821 if (!BP_IS_HOLE(&zh->zh_log)) { in zil_claim()
825 BP_ZERO(&zh->zh_log); in zil_claim()
847 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) { in zil_claim()
890 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
2875 blkptr_t blk = zh->zh_log; in zil_sync()
2892 zh->zh_log = blk; in zil_sync()
[all …]
H A Ddsl_scan.c1366 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_block()
1398 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_record()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h65 blkptr_t zh_log; /* log chain */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c404 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) in dump_intent_log()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1267 blkptr_t zh_log; /* log chain */ member
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6833 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()