Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_replay.c285 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()
HDzil.c1271 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()
HDzfs_vnops.c1810 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()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzil.h160 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb_il.c291 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()