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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzil.c367 * Starting at the block pointed to by zh_log we read the log chain.
378 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) {
686 blk = zh->zh_log;
720 * and wait for zil_sync() to stuff the block pointer into zh_log.
728 ASSERT(error != 0 || bcmp(&blk, &zh->zh_log, sizeof (blk)) == 0);
758 if (BP_IS_HOLE(&zh->zh_log))
862 if (!BP_IS_HOLE(&zh->zh_log)) {
866 BP_ZERO(&zh->zh_log);
888 if (zh->zh_claim_txg == 0 && !BP_IS_HOLE(&zh->zh_log)) {
931 bp = (blkptr_t *)&zilog->zl_header->zh_log;
[all...]
H A Ddsl_scan.c1404 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET],
1438 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET],
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzil.h64 blkptr_t zh_log; /* log chain */ member in struct:zil_header
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c407 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1)
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1318 blkptr_t zh_log; /* log chain */ member in struct:zil_header
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c7280 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) {

Completed in 211 milliseconds