Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c282 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
323 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
421 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
450 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
459 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create()
460 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
461 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create()
544 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
547 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
582 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzil.c397 if (lrc->lrc_txtype != TX_WRITE) in zil_claim_log_record()
432 if (claim_txg != 0 && lrc->lrc_txtype == TX_WRITE && in zil_free_log_record()
1052 if (lrc->lrc_txtype == TX_WRITE && itx->itx_wr_state == WR_NEED_COPY) in zil_lwb_commit()
1083 if (lrc->lrc_txtype == TX_WRITE) { in zil_lwb_commit()
1135 itx->itx_lr.lrc_txtype = txtype; in zil_itx_create()
1262 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_REMOVE) in zil_itx_assign()
1268 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()
1972 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()
1973 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()
1984 uint64_t txtype = lr->lrc_txtype; in zil_replay_log_record()
H A Ddmu_traverse.c98 if (lrc->lrc_txtype == TX_WRITE) { in traverse_zil_record()
H A Ddsl_scan.c491 if (lrc->lrc_txtype == TX_WRITE) { in dsl_scan_zil_record()
H A Dzfs_vnops.c1182 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb_il.c68 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
69 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()
285 txtype = lr->lrc_txtype; in print_log_record()
291 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h185 uint64_t lrc_txtype; /* intent log transaction type */ member