Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c281 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
322 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
420 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
449 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
458 if ((int)lr->lr_common.lrc_txtype != TX_SYMLINK && in zfs_replay_create()
459 (int)lr->lr_common.lrc_txtype != TX_MKDIR_ATTR && in zfs_replay_create()
460 (int)lr->lr_common.lrc_txtype != TX_CREATE_ATTR) { in zfs_replay_create()
543 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
546 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
581 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzil.c387 if (lrc->lrc_txtype != TX_WRITE) in zil_claim_log_record()
422 if (claim_txg != 0 && lrc->lrc_txtype == TX_WRITE && in zil_free_log_record()
994 if (lrc->lrc_txtype == TX_WRITE && itx->itx_wr_state == WR_NEED_COPY) in zil_lwb_commit()
1025 if (lrc->lrc_txtype == TX_WRITE) { in zil_lwb_commit()
1077 itx->itx_lr.lrc_txtype = txtype; in zil_itx_create()
1204 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_REMOVE) in zil_itx_assign()
1210 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()
1823 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()
1824 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()
1835 uint64_t txtype = lr->lrc_txtype; in zil_replay_log_record()
H A Ddmu_traverse.c90 if (lrc->lrc_txtype == TX_WRITE) { in traverse_zil_record()
H A Ddsl_scan.c536 if (lrc->lrc_txtype == TX_WRITE) { in dsl_scan_zil_record()
H A Dzfs_vnops.c1075 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/onnv-gate/usr/src/cmd/zdb/
H A Dzdb_il.c64 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
65 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()
282 txtype = lr->lrc_txtype; in print_log_record()
288 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h182 uint64_t lrc_txtype; /* intent log transaction type */ member