Home
last modified time | relevance | path

Searched refs:zh_log (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c686 blk = zh->zh_log; in zil_create()
758 if (BP_IS_HOLE(&zh->zh_log)) in zil_destroy()
862 if (!BP_IS_HOLE(&zh->zh_log)) { in zil_claim()
866 BP_ZERO(&zh->zh_log); in zil_claim()
931 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
3039 blkptr_t blk = zh->zh_log; in zil_sync()
3056 zh->zh_log = blk; in zil_sync()
3061 zh->zh_log = lwb->lwb_blk; in zil_sync()
3075 BP_ZERO(&zh->zh_log); in zil_sync()
3398 if (BP_IS_HOLE(&zh->zh_log)) { in zil_suspend()
[all …]
H A Ddsl_scan.c1400 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_block()
1434 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], in dsl_scan_zil_record()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h64 blkptr_t zh_log; /* log chain */ member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c407 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) in dump_intent_log()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c7072 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()