Lines Matching refs:mnt_idmap

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