HomeSort by: relevance | last modified time | path
    Searched refs:zl_header (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zil_impl.h 94 const zil_header_t *zl_header; /* log header buffer */ member in struct:zilog
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 179 return ((zil_header_t *)zilog->zl_header);
206 if (zilog->zl_header->zh_claim_txg == 0)
209 if (!(zilog->zl_header->zh_flags & ZIL_CLAIM_LR_SEQ_VALID))
288 if (zilog->zl_header->zh_claim_txg == 0)
313 const zil_header_t *zh = zilog->zl_header;
543 const zil_header_t *zh = zilog->zl_header;
617 const zil_header_t *zh = zilog->zl_header;
666 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg);
754 bp = (blkptr_t *)&zilog->zl_header->zh_log;
784 zilog->zl_header->zh_claim_txg ? -1ULL : spa_first_txg(os->os_spa))
    [all...]
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb_il.c 151 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) {
364 const zil_header_t *zh = zilog->zl_header;
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 5598 if (zilog->zl_header->zh_claim_lr_seq != 0 &&
5599 zilog->zl_header->zh_claim_lr_seq < committed_seq)
5601 zilog->zl_header->zh_claim_lr_seq, committed_seq);
5841 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) {

Completed in 23 milliseconds