Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/evm/
H A 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()
H A Devm_main.c139 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/openbmc/linux/fs/
H A Dbad_inode.c213 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
H A 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()
H A 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()
H A Dinode.c171 inode->i_opflags = 0; in inode_init_always()
173 inode->i_opflags |= IOP_XATTR; in inode_init_always()
H A 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()
H A Dlibfs.c1650 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/openbmc/linux/security/integrity/ima/
H A 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()
/openbmc/linux/fs/ecryptfs/
H A 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()
H A Dmmap.c413 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
H A Dcrypto.c1078 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/openbmc/linux/fs/cachefiles/
H A Dcache.c65 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_add_cache()
H A Dnamei.c175 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h165 unsigned short i_opflags; member
/openbmc/linux/fs/reiserfs/
H A Dnamei.c1680 inode->i_opflags &= ~IOP_XATTR; in reiserfs_init_priv_inode()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c297 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3577 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/openbmc/linux/security/selinux/
H A 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()
/openbmc/linux/include/linux/
H A Dfs.h643 unsigned short i_opflags; member
/openbmc/linux/fs/btrfs/
H A Dinode.c5629 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()