Home
last modified time | relevance | path

Searched refs:TX_CI (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c296 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
342 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
442 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
476 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
572 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
612 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
645 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_rename()
H A Dzil.c1807 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()
3292 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()
3293 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()
3316 txtype &= ~TX_CI; in zil_replay_log_record()
H A Dzfs_vnops.c1736 txtype |= TX_CI; in zfs_create()
2024 txtype |= TX_CI; in zfs_remove()
2213 txtype |= TX_CI; in zfs_mkdir()
2340 txtype |= TX_CI; in zfs_rmdir()
4176 (flags & FIGNORECASE ? TX_CI : 0), sdzp, in zfs_rename()
4371 txtype |= TX_CI; in zfs_symlink()
4582 txtype |= TX_CI; in zfs_link()
H A Dzfs_log.c388 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h173 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c322 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()