Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c282 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()
H A Dzil.c1262 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()
H A Dzfs_vnops.c1561 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()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h160 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
/titanic_44/usr/src/cmd/zdb/
H A Dzdb_il.c291 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()