Lines Matching refs:mnt_idmap
98 int may_write_xattr(struct mnt_idmap *idmap, struct inode *inode)
114 xattr_permission(struct mnt_idmap *idmap, struct inode *inode,
185 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry,
223 int __vfs_setxattr_noperm(struct mnt_idmap *idmap,
276 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry,
305 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry,
339 xattr_getsecurity(struct mnt_idmap *idmap, struct inode *inode,
376 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry,
429 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry,
505 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry,
535 __vfs_removexattr_locked(struct mnt_idmap *idmap,
567 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry,
623 int do_setxattr(struct mnt_idmap *idmap, struct dentry *dentry,
635 setxattr(struct mnt_idmap *idmap, struct dentry *d,
672 error = setxattr(mnt_idmap(path.mnt), path.dentry, name,
722 do_getxattr(struct mnt_idmap *idmap, struct dentry *d,
753 getxattr(struct mnt_idmap *idmap, struct dentry *d,
788 error = getxattr(mnt_idmap(path.mnt), path.dentry, name, value, size);
903 removexattr(struct mnt_idmap *idmap, struct dentry *d,
932 error = removexattr(mnt_idmap(path.mnt), path.dentry, name);