Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzil.c162 return ((zil_header_t *)zilog->zl_header); in zil_header_in_syncing_context()
189 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
192 if (!(zilog->zl_header->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) in zil_read_log_block()
271 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
296 const zil_header_t *zh = zilog->zl_header; in zil_parse()
504 const zil_header_t *zh = zilog->zl_header; in zil_create()
577 const zil_header_t *zh = zilog->zl_header; in zil_destroy()
626 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg); in zil_destroy_sync()
714 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
744 zilog->zl_header->zh_claim_txg ? -1ULL : spa_first_txg(os->os_spa)); in zil_check_log_chain()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h93 const zil_header_t *zl_header; /* log header buffer */ member
/titanic_41/usr/src/cmd/zdb/
H A Dzdb_il.c151 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
364 const zil_header_t *zh = zilog->zl_header; in dump_intent_log()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c5537 if (zilog->zl_header->zh_claim_lr_seq != 0 && in ztest_dataset_open()
5538 zilog->zl_header->zh_claim_lr_seq < committed_seq) in ztest_dataset_open()
5540 zilog->zl_header->zh_claim_lr_seq, committed_seq); in ztest_dataset_open()
5776 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()