Home
last modified time | relevance | path

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

/Linux-v5.4/security/integrity/evm/
Devm_crypto.c201 if (!(inode->i_opflags & IOP_XATTR) || in evm_calc_hmac_or_hash()
327 } else if (rc == -ENODATA && (inode->i_opflags & IOP_XATTR)) { in evm_update_evmxattr()
Devm_main.c99 if (!(inode->i_opflags & IOP_XATTR)) in evm_find_protected_xattrs()
/Linux-v5.4/security/integrity/ima/
Dima_appraise.c329 if (!(inode->i_opflags & IOP_XATTR) && !try_modsig) in ima_appraise_measurement()
463 || !(inode->i_opflags & IOP_XATTR)) in ima_inode_post_setattr()
/Linux-v5.4/fs/
Dbad_inode.c206 inode->i_opflags &= ~IOP_XATTR; in make_bad_inode()
Dxattr.c59 if (!(inode->i_opflags & IOP_XATTR)) { in xattr_resolve_name()
180 if (inode->i_opflags & IOP_XATTR) { in __vfs_setxattr_noperm()
355 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { in vfs_listxattr()
Dlibfs.c1285 inode->i_opflags &= ~IOP_XATTR; in make_empty_dir_inode()
Dinode.c146 inode->i_opflags |= IOP_XATTR; in inode_init_always()
/Linux-v5.4/fs/cachefiles/
Dbind.c126 !(d_backing_inode(root)->i_opflags & IOP_XATTR) || in cachefiles_daemon_add_cache()
Dnamei.c822 if (!(d_backing_inode(subdir)->i_opflags & IOP_XATTR) || in cachefiles_get_directory()
/Linux-v5.4/fs/ecryptfs/
Dinode.c1021 if (!(d_inode(lower_dentry)->i_opflags & IOP_XATTR)) { in ecryptfs_setxattr()
1038 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_getxattr_lower()
1085 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_removexattr()
Dmmap.c412 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
Dcrypto.c1120 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
/Linux-v5.4/fs/overlayfs/
Dcopy_up.c46 if (!(old->d_inode->i_opflags & IOP_XATTR) || in ovl_copy_xattr()
47 !(new->d_inode->i_opflags & IOP_XATTR)) in ovl_copy_xattr()
/Linux-v5.4/security/smack/
Dsmack_lsm.c288 if (!(ip->i_opflags & IOP_XATTR)) in smk_fetch()
3411 if (!(inode->i_opflags & IOP_XATTR)) in smack_d_instantiate()
/Linux-v5.4/security/selinux/
Dhooks.c550 if (!(root_inode->i_opflags & IOP_XATTR)) { in sb_finish_set_opts()
1472 if (!(inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
1566 (inode->i_opflags & IOP_XATTR)) { in inode_doinit_with_dentry()
/Linux-v5.4/include/linux/
Dfs.h618 #define IOP_XATTR 0x0008 macro
/Linux-v5.4/fs/btrfs/
Dinode.c5812 inode->i_opflags &= ~IOP_XATTR; in new_simple_dir()