Home
last modified time | relevance | path

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

/linux-6.15/security/integrity/evm/
H A Devm_crypto.c237 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
393 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_update_evmxattr()
H A Devm_main.c138 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/linux-6.15/fs/
H A Dbad_inode.c213 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
H A Dxattr.c61 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name()
167 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_supports_user_prefix()
233 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm()
H A Ddcache.c1870 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode()
1874 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode()
1879 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1884 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
H A Dinode.c243 inode->i_opflags = 0; in inode_init_always_gfp()
245 inode->i_opflags |= IOP_XATTR; in inode_init_always_gfp()
247 inode->i_opflags |= IOP_MGTIME; in inode_init_always_gfp()
H A Dnamei.c524 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
530 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
5350 if (inode->i_opflags & IOP_CACHED_LINK) in vfs_readlink()
5353 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
5361 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
H A Dlibfs.c1760 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/linux-6.15/security/integrity/ima/
H A Dima_appraise.c507 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
669 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/linux-6.15/fs/xfs/scrub/
H A Dtempfile.c109 VFS_I(sc->tempip)->i_opflags &= ~IOP_XATTR; in xrep_tempfile_create()
976 if (IS_PRIVATE(inode) && !(inode->i_opflags & IOP_XATTR)) in xrep_is_tempfile()
/linux-6.15/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.c390 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
H A Dcrypto.c1081 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/linux-6.15/fs/cachefiles/
H A Dcache.c66 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_add_cache()
H A Dnamei.c177 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/linux-6.15/include/linux/
H A Dfs.h674 unsigned short i_opflags; member
795 VFS_WARN_ON_INODE(inode->i_opflags & IOP_CACHED_LINK, inode); in inode_set_cached_link()
798 inode->i_opflags |= IOP_CACHED_LINK; in inode_set_cached_link()
2649 return inode->i_opflags & IOP_MGTIME; in is_mgtime()
/linux-6.15/fs/xfs/
H A Dxfs_iops.c1372 inode->i_opflags &= ~IOP_XATTR; in xfs_setup_inode()
/linux-6.15/security/smack/
H A Dsmack_lsm.c283 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3601 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/linux-6.15/security/selinux/
H A Dhooks.c518 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_check_xattr_support()
1458 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1554 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/linux-6.15/fs/btrfs/
H A Dinode.c5730 vfs_inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()