Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c296 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
342 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
442 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
476 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
485 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create()
486 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
487 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create()
572 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
575 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
612 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzil.c461 if (lrc->lrc_txtype != TX_WRITE) in zil_claim_log_record()
1540 if (lrc->lrc_txtype == TX_COMMIT) { in zil_lwb_commit()
1587 if (lrc->lrc_txtype == TX_WRITE) { in zil_lwb_commit()
1667 itx->itx_lr.lrc_txtype = txtype; in zil_itx_create()
1715 if (itx->itx_lr.lrc_txtype == TX_COMMIT) in zil_itxg_clean()
2035 if (lrc->lrc_txtype != TX_COMMIT) in zil_prune_commit_list()
2133 if (lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
2191 } else if (lrc->lrc_txtype == TX_COMMIT) { in zil_process_commit_list()
3292 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()
3293 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()
[all …]
H A Dzio_crypt.c1419 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()
1422 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
1471 txtype = lr->lrc_txtype; in zio_crypt_init_uios_zil()
1474 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
H A Ddmu_traverse.c100 if (lrc->lrc_txtype == TX_WRITE) { in traverse_zil_record()
H A Ddsl_scan.c1375 if (lrc->lrc_txtype == TX_WRITE) { in dsl_scan_zil_record()
H A Dzfs_vnops.c1325 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c73 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
74 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()
316 txtype = lr->lrc_txtype; in print_log_record()
322 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h211 uint64_t lrc_txtype; /* intent log transaction type */ member