Symbol: IOP_XATTR
fs/bad_inode.c
214
inode->i_opflags &= ~IOP_XATTR;
fs/btrfs/inode.c
5848
vfs_inode->i_opflags &= ~IOP_XATTR;
fs/cachefiles/cache.c
66
!(d_backing_inode(root)->i_opflags & IOP_XATTR) ||
fs/cachefiles/namei.c
180
if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) ||
fs/ecryptfs/crypto.c
993
if (!(lower_inode->i_opflags & IOP_XATTR)) {
fs/ecryptfs/inode.c
1018
if (!(lower_inode->i_opflags & IOP_XATTR)) {
fs/ecryptfs/inode.c
1065
if (!(lower_inode->i_opflags & IOP_XATTR)) {
fs/ecryptfs/inode.c
999
if (!(lower_inode->i_opflags & IOP_XATTR)) {
fs/ecryptfs/mmap.c
390
if (!(lower_inode->i_opflags & IOP_XATTR)) {
fs/inode.c
241
inode->i_opflags |= IOP_XATTR;
fs/libfs.c
1776
inode->i_opflags &= ~IOP_XATTR;
fs/xattr.c
190
if (!(inode->i_opflags & IOP_XATTR)) {
fs/xattr.c
256
if (inode->i_opflags & IOP_XATTR) {
fs/xattr.c
67
if (!(inode->i_opflags & IOP_XATTR)) {
fs/xfs/scrub/tempfile.c
109
VFS_I(sc->tempip)->i_opflags &= ~IOP_XATTR;
fs/xfs/scrub/tempfile.c
976
if (IS_PRIVATE(inode) && !(inode->i_opflags & IOP_XATTR))
fs/xfs/xfs_iops.c
1442
inode->i_opflags &= ~IOP_XATTR;
security/integrity/evm/evm_crypto.c
244
if (!(inode->i_opflags & IOP_XATTR) ||
security/integrity/evm/evm_crypto.c
400
} else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) {
security/integrity/evm/evm_main.c
154
if (!(inode->i_opflags & IOP_XATTR))
security/integrity/ima/ima_appraise.c
473
if (!(inode->i_opflags & IOP_XATTR) && !try_modsig)
security/integrity/ima/ima_appraise.c
640
|| !(inode->i_opflags & IOP_XATTR))
security/selinux/hooks.c
1475
if (!(inode->i_opflags & IOP_XATTR)) {
security/selinux/hooks.c
1571
(inode->i_opflags & IOP_XATTR)) {
security/selinux/hooks.c
529
if (!(root_inode->i_opflags & IOP_XATTR)) {
security/smack/smack_lsm.c
282
if (!(ip->i_opflags & IOP_XATTR))
security/smack/smack_lsm.c
3642
if (!(inode->i_opflags & IOP_XATTR))