Home
last modified time | relevance | path

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

/Linux-v4.19/security/integrity/evm/
Devm_crypto.c204 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
330 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_update_evmxattr()
Devm_main.c102 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/Linux-v4.19/security/integrity/ima/
Dima_appraise.c224 if (!(inode->i_opflags & IOP_XATTR)) in ima_appraise_measurement()
390 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/Linux-v4.19/fs/
Dbad_inode.c206 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
Dxattr.c58 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name()
179 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm()
354 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
Ddcache.c1811 if (unlikely(!(inode->i_opflags & IOP_LOOKUP))) { in d_flags_for_inode()
1815 inode->i_opflags |= IOP_LOOKUP; in d_flags_for_inode()
1820 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1825 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
Dinode.c143 inode->i_opflags = 0; in inode_init_always()
145 inode->i_opflags |= IOP_XATTR; in inode_init_always()
Dnamei.c384 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
390 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
4722 if (unlikely(!(inode->i_opflags & IOP_DEFAULT_READLINK))) { in vfs_readlink()
4730 inode->i_opflags |= IOP_DEFAULT_READLINK; in vfs_readlink()
Dlibfs.c1248 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
/Linux-v4.19/fs/cachefiles/
Dbind.c130 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_daemon_add_cache()
Dnamei.c825 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/Linux-v4.19/fs/ecryptfs/
Dinode.c1008 if (!(d_inode(lower_dentry)->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr()
1025 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower()
1072 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_removexattr()
Dmmap.c426 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
/Linux-v4.19/fs/overlayfs/
Dcopy_up.c49 if (!(old->d_inode->i_opflags & IOP_XATTR) || in ovl_copy_xattr()
50 !(new->d_inode->i_opflags & IOP_XATTR)) in ovl_copy_xattr()
/Linux-v4.19/security/smack/
Dsmack_lsm.c270 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3496 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/Linux-v4.19/include/linux/
Dfs.h586 unsigned short i_opflags; member
/Linux-v4.19/security/selinux/
Dhooks.c532 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_finish_set_opts()
1561 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/Linux-v4.19/fs/btrfs/
Dinode.c5711 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()