Searched refs:TX_CI (Results 1 – 5 of 5) 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()544 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()582 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()613 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_rename()
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()1996 txtype &= ~TX_CI; in zil_replay_log_record()
1561 txtype |= TX_CI; in zfs_create()1817 txtype |= TX_CI; in zfs_remove()1858 txtype |= TX_CI; in zfs_remove()2047 txtype |= TX_CI; in zfs_mkdir()2174 txtype |= TX_CI; in zfs_rmdir()3776 (flags & FIGNORECASE ? TX_CI : 0), sdzp, in zfs_rename()3961 txtype |= TX_CI; in zfs_symlink()4160 txtype |= TX_CI; in zfs_link()
160 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
291 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()