Home
last modified time | relevance | path

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

/linux-6.6.21/security/integrity/evm/
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()
Devm_main.c139 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/linux-6.6.21/fs/
Dbad_inode.c213 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
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()
Dlibfs.c1650 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
Dinode.c173 inode->i_opflags |= IOP_XATTR; in inode_init_always()
/linux-6.6.21/security/integrity/ima/
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()
/linux-6.6.21/fs/ecryptfs/
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()
Dmmap.c413 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1078 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/linux-6.6.21/fs/cachefiles/
Dcache.c65 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_add_cache()
Dnamei.c175 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/linux-6.6.21/fs/reiserfs/
Dnamei.c1680 inode->i_opflags &= ~IOP_XATTR; in reiserfs_init_priv_inode()
/linux-6.6.21/security/smack/
Dsmack_lsm.c297 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3567 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/linux-6.6.21/security/selinux/
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()
/linux-6.6.21/include/linux/
Dfs.h631 #define IOP_XATTR 0x0008 macro
/linux-6.6.21/fs/btrfs/
Dinode.c5619 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()