Home
last modified time | relevance | path

Searched refs:i_opflags (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.15/security/integrity/evm/
Devm_crypto.c228 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
385 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_update_evmxattr()
Devm_main.c144 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/Linux-v5.15/fs/
Dxattr.c59 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name()
149 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_supported_namespace()
213 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm()
445 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
Dbad_inode.c215 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
Ddcache.c1944 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode()
1948 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode()
1953 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1958 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
Dinode.c146 inode->i_opflags = 0; in inode_init_always()
148 inode->i_opflags |= IOP_XATTR; in inode_init_always()
Dnamei.c455 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
461 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
4861 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
4869 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
Dlibfs.c1345 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/Linux-v5.15/security/integrity/ima/
Dima_appraise.c391 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
534 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/Linux-v5.15/fs/cachefiles/
Dbind.c130 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_daemon_add_cache()
Dnamei.c817 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/Linux-v5.15/fs/ecryptfs/
Dinode.c1029 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr()
1048 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower()
1095 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_removexattr()
Dmmap.c413 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1102 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/Linux-v5.15/fs/reiserfs/
Dxattr.c899 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in create_privroot()
987 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in reiserfs_lookup_privroot()
Dnamei.c386 inode->i_opflags &= ~IOP_XATTR; in reiserfs_lookup()
Dinode.c2100 inode->i_opflags &= ~IOP_XATTR; in reiserfs_new_inode()
/Linux-v5.15/fs/overlayfs/
Dcopy_up.c55 if (!(old->d_inode->i_opflags & IOP_XATTR) || in ovl_copy_xattr()
56 !(new->d_inode->i_opflags & IOP_XATTR)) in ovl_copy_xattr()
/Linux-v5.15/security/smack/
Dsmack_lsm.c285 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3402 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/Linux-v5.15/security/selinux/
Dhooks.c531 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_check_xattr_support()
1485 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1581 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/Linux-v5.15/include/linux/
Dfs.h625 unsigned short i_opflags; member
/Linux-v5.15/fs/btrfs/
Dinode.c5931 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()