Searched refs:TX_CI (Results 1 – 6 of 6) sorted by relevance
309 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()355 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()460 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()494 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()593 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()633 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()665 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_rename()
1943 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()3491 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()3492 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()3516 txtype &= ~TX_CI; in zil_replay_log_record()
440 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
172 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
720 txtype |= TX_CI; in zfs_create()1123 txtype |= TX_CI; in zfs_remove()1321 txtype |= TX_CI; in zfs_mkdir()1452 txtype |= TX_CI; in zfs_rmdir()2957 (flags & FIGNORECASE ? TX_CI : 0), sdzp, in zfs_rename()3159 txtype |= TX_CI; in zfs_symlink()3394 txtype |= TX_CI; in zfs_link()
324 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()