Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c210 return ((zil_header_t *)zilog->zl_header); in zil_header_in_syncing_context()
253 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
256 if (!(zilog->zl_header->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) in zil_read_log_block()
334 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
464 const zil_header_t *zh = zilog->zl_header; in zil_parse()
978 const zil_header_t *zh = zilog->zl_header; in zil_create()
1079 const zil_header_t *zh = zilog->zl_header; in zil_destroy()
1130 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg, B_FALSE); in zil_destroy_sync()
1262 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
1305 zilog->zl_header->zh_claim_txg ? -1ULL : in zil_check_log_chain()
[all …]
H A Dzvol.c604 VERIFY0((zv_dst->zv_zilog->zl_header->zh_flags & in zvol_clone_range()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h193 const zil_header_t *zl_header; /* log header buffer */ member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c191 if (BP_GET_LOGICAL_BIRTH(bp) < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
514 const zil_header_t *zh = zilog->zl_header; in dump_intent_log()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1251 VERIFY0(zv->zv_zilog->zl_header->zh_flags & in zvol_ensure_zilog()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c585 VERIFY0((zv->zv_zilog->zl_header->zh_flags & in zvol_request_impl()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c7831 if (zilog->zl_header->zh_claim_lr_seq != 0 && in ztest_dataset_open()
7832 zilog->zl_header->zh_claim_lr_seq < committed_seq) in ztest_dataset_open()
7835 zilog->zl_header->zh_claim_lr_seq, committed_seq); in ztest_dataset_open()
7932 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()