Home
last modified time | relevance | path

Searched refs:lrc_txtype (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_zil.h105 __field(uint64_t, lrc_txtype) \
117 __entry->lrc_txtype = itx->itx_lr.lrc_txtype; \
129 __entry->lrc_txtype, __entry->lrc_reclen, __entry->lrc_txg, \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c309 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
355 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
460 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
494 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
503 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create()
504 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
505 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create()
593 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
596 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
633 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzil.c488 if (lrc->lrc_txtype != TX_WRITE) in zil_claim_log_record()
1643 if (lrc->lrc_txtype == TX_COMMIT) { in zil_lwb_commit()
1704 if (lrc->lrc_txtype == TX_WRITE) { in zil_lwb_commit()
1794 itx->itx_lr.lrc_txtype = txtype; in zil_itx_create()
1851 if (itx->itx_lr.lrc_txtype == TX_COMMIT) in zil_itxg_clean()
2173 if (lrc->lrc_txtype != TX_COMMIT) in zil_prune_commit_list()
2273 if (lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
2339 if (lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
2347 ASSERT3S(lrc->lrc_txtype, !=, TX_COMMIT); in zil_process_commit_list()
3492 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()
[all …]
H A Dzfs_vnops.c847 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
H A Ddmu_traverse.c102 if (lrc->lrc_txtype == TX_WRITE) { in traverse_zil_record()
H A Ddsl_scan.c1412 if (lrc->lrc_txtype == TX_WRITE) { in dsl_scan_zil_record()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c74 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
75 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()
318 txtype = lr->lrc_txtype; in print_log_record()
324 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h210 uint64_t lrc_txtype; /* intent log transaction type */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1295 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
1298 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()
1333 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()
1336 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1427 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()
1430 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
1479 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()
1482 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()