Home
last modified time | relevance | path

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

/linux/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/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/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/fs/ecryptfs/
H A Dinode.c1028 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr()
1047 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower()
1094 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.c1009 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/linux/fs/cachefiles/
H A Dcache.c66 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_add_cache()
/linux/fs/
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()
3005 reason, inode, sb->s_type->name, inode->i_mode, inode->i_opflags, in dump_inode()
H A Ddcache.c1935 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode()
1939 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode()
1944 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1949 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
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()
635 if (unlikely(!(inode->i_opflags & (IOP_FASTPERM | IOP_FASTPERM_MAY_EXEC)))) in lookup_inode_permission_may_exec()
6132 if (inode->i_opflags & IOP_CACHED_LINK) in vfs_readlink()
6135 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
6143 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
H A Dlibfs.c1801 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/linux/include/linux/
H A Dfs.h767 unsigned short i_opflags; member
953 VFS_WARN_ON_INODE(inode->i_opflags & IOP_CACHED_LINK, inode); in inode_set_cached_link()
956 inode->i_opflags |= IOP_CACHED_LINK; in inode_set_cached_link()
2305 return inode->i_opflags & IOP_MGTIME; in is_mgtime()
/linux/fs/xfs/
H A Dxfs_iops.c1439 inode->i_opflags &= ~IOP_XATTR; in xfs_setup_inode()
/linux/security/smack/
H A Dsmack_lsm.c282 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3647 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/linux/security/selinux/
H A Dhooks.c529 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_check_xattr_support()
1469 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1565 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/linux/fs/btrfs/
H A Dinode.c5933 inode->vfs_inode.i_opflags |= IOP_FASTPERM_MAY_EXEC; in new_simple_dir()
5962 vfs_inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()
6887 inode->i_opflags |= IOP_FASTPERM_MAY_EXEC; in btrfs_create_common()