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.c238 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
394 } 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.c497 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
659 || !(inode->i_opflags & IOP_XATTR))
/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.c1007 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.c244 inode->i_opflags = 0; in inode_init_always_gfp()
246 inode->i_opflags |= IOP_XATTR; in inode_init_always_gfp()
248 inode->i_opflags |= IOP_MGTIME; in inode_init_always_gfp()
3043 get_kernel_nofault(opflags, &inode->i_opflags) || in dump_inode()
H A Ddcache.c1945 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode()
1949 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode()
1954 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1959 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
H A Dlocks.c199 if (!(inode->i_opflags & IOP_FLCTX)) { in locks_get_lock_context()
205 smp_store_release(&inode->i_opflags, inode->i_opflags | IOP_FLCTX); in locks_get_lock_context()
H A Dnamei.c576 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
582 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
687 if (unlikely(!(inode->i_opflags & (IOP_FASTPERM | IOP_FASTPERM_MAY_EXEC)))) in lookup_inode_permission_may_exec()
6220 if (inode->i_opflags & IOP_CACHED_LINK) in vfs_readlink()
6223 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
6231 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
H A Dlibfs.c1785 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/linux/include/linux/
H A Dfilelock.h250 if (likely(!(smp_load_acquire(&inode->i_opflags) & IOP_FLCTX))) in locks_inode_context()
H A Dfs.h768 unsigned short i_opflags; member
954 VFS_WARN_ON_INODE(inode->i_opflags & IOP_CACHED_LINK, inode); in inode_set_cached_link()
957 inode->i_opflags |= IOP_CACHED_LINK; in inode_set_cached_link()
2312 return inode->i_opflags & IOP_MGTIME; in is_mgtime()
/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()
1474 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1570 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/linux/fs/btrfs/
H A Dinode.c6003 inode->vfs_inode.i_opflags |= IOP_FASTPERM_MAY_EXEC; in btrfs_iget()
6032 vfs_inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()
6990 inode->i_opflags |= IOP_FASTPERM_MAY_EXEC; in btrfs_create_common()