Lines Matching refs:idmap

449 static int evm_xattr_change(struct mnt_idmap *idmap,  in evm_xattr_change()  argument
485 static int evm_protect_xattr(struct mnt_idmap *idmap, in evm_protect_xattr() argument
541 !evm_xattr_change(idmap, dentry, xattr_name, xattr_value, in evm_protect_xattr()
568 int evm_inode_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setxattr() argument
587 return evm_protect_xattr(idmap, dentry, xattr_name, xattr_value, in evm_inode_setxattr()
600 int evm_inode_removexattr(struct mnt_idmap *idmap, in evm_inode_removexattr() argument
609 return evm_protect_xattr(idmap, dentry, xattr_name, NULL, 0); in evm_inode_removexattr()
613 static int evm_inode_set_acl_change(struct mnt_idmap *idmap, in evm_inode_set_acl_change() argument
625 rc = posix_acl_update_mode(idmap, inode, &mode, &kacl); in evm_inode_set_acl_change()
632 static inline int evm_inode_set_acl_change(struct mnt_idmap *idmap, in evm_inode_set_acl_change() argument
652 int evm_inode_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_set_acl() argument
681 !evm_inode_set_acl_change(idmap, dentry, acl_name, kacl)) in evm_inode_set_acl()
782 static int evm_attr_change(struct mnt_idmap *idmap, in evm_attr_change() argument
788 if (!i_uid_needs_update(idmap, attr, inode) && in evm_attr_change()
789 !i_gid_needs_update(idmap, attr, inode) && in evm_attr_change()
803 int evm_inode_setattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setattr() argument
830 !evm_attr_change(idmap, dentry, attr)) in evm_inode_setattr()