Searched refs:zl_header (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h94 const zil_header_t *zl_header; /* log header buffer */ member in struct:zilog
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c163 return ((zil_header_t *)zilog->zl_header);
190 if (zilog->zl_header->zh_claim_txg == 0)
193 if (!(zilog->zl_header->zh_flags & ZIL_CLAIM_LR_SEQ_VALID))
272 if (zilog->zl_header->zh_claim_txg == 0)
297 const zil_header_t *zh = zilog->zl_header;
526 const zil_header_t *zh = zilog->zl_header;
599 const zil_header_t *zh = zilog->zl_header;
648 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg);
736 bp = (blkptr_t *)&zilog->zl_header->zh_log;
766 zilog->zl_header
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c151 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) {
364 const zil_header_t *zh = zilog->zl_header;
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5606 if (zilog->zl_header->zh_claim_lr_seq != 0 &&
5607 zilog->zl_header->zh_claim_lr_seq < committed_seq)
5609 zilog->zl_header->zh_claim_lr_seq, committed_seq);
5849 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) {

Completed in 95 milliseconds