Home
last modified time | relevance | path

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

/Linux-v6.1/security/integrity/evm/
Devm_crypto.c225 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.c138 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/Linux-v6.1/fs/
Dbad_inode.c215 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
Dxattr.c61 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name()
151 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_supported_namespace()
215 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm()
456 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
Dlibfs.c1362 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
Dinode.c173 inode->i_opflags |= IOP_XATTR; in inode_init_always()
/Linux-v6.1/security/integrity/ima/
Dima_appraise.c490 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
641 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/Linux-v6.1/fs/ecryptfs/
Dinode.c1029 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr()
1048 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower()
1095 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_removexattr()
Dmmap.c414 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1102 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/Linux-v6.1/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-v6.1/fs/reiserfs/
Dxattr.c892 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in create_privroot()
980 d_inode(dentry)->i_opflags &= ~IOP_XATTR; in reiserfs_lookup_privroot()
Dnamei.c386 inode->i_opflags &= ~IOP_XATTR; in reiserfs_lookup()
Dinode.c2092 inode->i_opflags &= ~IOP_XATTR; in reiserfs_new_inode()
/Linux-v6.1/fs/overlayfs/
Dcopy_up.c55 if (!(old->d_inode->i_opflags & IOP_XATTR) || in ovl_copy_xattr()
56 !(new->d_inode->i_opflags & IOP_XATTR)) in ovl_copy_xattr()
/Linux-v6.1/security/smack/
Dsmack_lsm.c288 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3417 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/Linux-v6.1/security/selinux/
Dhooks.c492 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_check_xattr_support()
1410 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1506 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/Linux-v6.1/include/linux/
Dfs.h583 #define IOP_XATTR 0x0008 macro
/Linux-v6.1/fs/btrfs/
Dinode.c5781 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()