Home
last modified time | relevance | path

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

/linux-6.6.21/security/integrity/evm/
Devm_crypto.c235 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
382 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_update_evmxattr()
Devm_main.c139 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/linux-6.6.21/fs/
Dbad_inode.c213 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
Dxattr.c62 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name()
168 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_supports_user_prefix()
234 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm()
Ddcache.c1970 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode()
1974 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode()
1979 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1984 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
Dinode.c171 inode->i_opflags = 0; in inode_init_always()
173 inode->i_opflags |= IOP_XATTR; in inode_init_always()
Dnamei.c460 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
466 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
5109 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
5117 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
Dlibfs.c1650 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/linux-6.6.21/security/integrity/ima/
Dima_appraise.c495 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
646 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/linux-6.6.21/fs/ecryptfs/
Dinode.c1048 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr()
1067 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower()
1114 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.c1078 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/linux-6.6.21/fs/cachefiles/
Dcache.c65 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_add_cache()
Dnamei.c175 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/linux-6.6.21/fs/reiserfs/
Dnamei.c1680 inode->i_opflags &= ~IOP_XATTR; in reiserfs_init_priv_inode()
/linux-6.6.21/security/smack/
Dsmack_lsm.c297 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3567 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/linux-6.6.21/security/selinux/
Dhooks.c511 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_check_xattr_support()
1451 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1547 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/linux-6.6.21/include/linux/
Dfs.h643 unsigned short i_opflags; member
/linux-6.6.21/fs/btrfs/
Dinode.c5619 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()