Searched refs:TX_CI (Results 1 – 5 of 5) sorted by relevance
285 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()326 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()433 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()462 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()564 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()619 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()662 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_rename()
1271 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_REMOVE) in zil_itx_assign()1277 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()1981 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()1982 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()2005 txtype &= ~TX_CI; in zil_replay_log_record()
1810 txtype |= TX_CI; in zfs_create()2107 txtype |= TX_CI; in zfs_remove()2303 txtype |= TX_CI; in zfs_mkdir()2435 txtype |= TX_CI; in zfs_rmdir()4090 (flags & FIGNORECASE ? TX_CI : 0), sdzp, in zfs_rename()4293 txtype |= TX_CI; in zfs_symlink()4498 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()