Lines Matching refs:idmap

450 static int evm_xattr_change(struct mnt_idmap *idmap,  in evm_xattr_change()  argument
486 static int evm_protect_xattr(struct mnt_idmap *idmap, in evm_protect_xattr() argument
542 !evm_xattr_change(idmap, dentry, xattr_name, xattr_value, in evm_protect_xattr()
569 int evm_inode_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setxattr() argument
588 return evm_protect_xattr(idmap, dentry, xattr_name, xattr_value, in evm_inode_setxattr()
601 int evm_inode_removexattr(struct mnt_idmap *idmap, in evm_inode_removexattr() argument
610 return evm_protect_xattr(idmap, dentry, xattr_name, NULL, 0); in evm_inode_removexattr()
614 static int evm_inode_set_acl_change(struct mnt_idmap *idmap, in evm_inode_set_acl_change() argument
626 rc = posix_acl_update_mode(idmap, inode, &mode, &kacl); in evm_inode_set_acl_change()
633 static inline int evm_inode_set_acl_change(struct mnt_idmap *idmap, in evm_inode_set_acl_change() argument
653 int evm_inode_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_set_acl() argument
682 !evm_inode_set_acl_change(idmap, dentry, acl_name, kacl)) in evm_inode_set_acl()
783 static int evm_attr_change(struct mnt_idmap *idmap, in evm_attr_change() argument
789 if (!i_uid_needs_update(idmap, attr, inode) && in evm_attr_change()
790 !i_gid_needs_update(idmap, attr, inode) && in evm_attr_change()
806 int evm_inode_setattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setattr() argument
833 !evm_attr_change(idmap, dentry, attr)) in evm_inode_setattr()