Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h200 const zil_header_t *zl_header; /* log header buffer */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c213 return ((zil_header_t *)zilog->zl_header); in zil_header_in_syncing_context()
256 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_block()
259 if (!(zilog->zl_header->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) in zil_read_log_block()
337 if (zilog->zl_header->zh_claim_txg == 0) in zil_read_log_data()
471 const zil_header_t *zh = zilog->zl_header; in zil_parse()
986 const zil_header_t *zh = zilog->zl_header; in zil_create()
1087 const zil_header_t *zh = zilog->zl_header; in zil_destroy()
1138 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg, B_FALSE); in zil_destroy_sync()
1282 bp = (blkptr_t *)&zilog->zl_header->zh_log; in zil_check_log_chain()
1325 zilog->zl_header->zh_claim_txg ? -1ULL : in zil_check_log_chain()
[all …]
H A Dzvol.c644 VERIFY0((zv_dst->zv_zilog->zl_header->zh_flags & in zvol_clone_range()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c190 if (BP_GET_BIRTH(bp) < zilog->zl_header->zh_claim_txg) { in zil_prt_rec_write()
513 const zil_header_t *zh = zilog->zl_header; in dump_intent_log()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1235 VERIFY0(zv->zv_zilog->zl_header->zh_flags & in zvol_ensure_zilog()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c598 VERIFY0((zv->zv_zilog->zl_header->zh_flags & in zvol_request_impl()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c7844 if (zilog->zl_header->zh_claim_lr_seq != 0 && in ztest_dataset_open()
7845 zilog->zl_header->zh_claim_lr_seq < committed_seq) in ztest_dataset_open()
7848 zilog->zl_header->zh_claim_lr_seq, committed_seq); in ztest_dataset_open()
7945 while (BP_IS_HOLE(&zd->zd_zilog->zl_header->zh_log)) { in ztest_freeze()