Searched refs:lrc_txtype (Results 1 – 7 of 7) sorted by relevance
282 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 …]
398 if (lrc->lrc_txtype != TX_WRITE) in zil_claim_log_record()433 if (claim_txg != 0 && lrc->lrc_txtype == TX_WRITE && in zil_free_log_record()1053 if (lrc->lrc_txtype == TX_WRITE && itx->itx_wr_state == WR_NEED_COPY) in zil_lwb_commit()1084 if (lrc->lrc_txtype == TX_WRITE) { in zil_lwb_commit()1136 itx->itx_lr.lrc_txtype = txtype; in zil_itx_create()1263 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_REMOVE) in zil_itx_assign()1269 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()1973 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()1974 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()1985 uint64_t txtype = lr->lrc_txtype; in zil_replay_log_record()
98 if (lrc->lrc_txtype == TX_WRITE) { in traverse_zil_record()
497 if (lrc->lrc_txtype == TX_WRITE) { in dsl_scan_zil_record()
1183 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
68 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()
186 uint64_t lrc_txtype; /* intent log transaction type */ member