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()
187 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr()
225 int __vfs_setxattr_noperm(struct mnt_idmap *idmap, in __vfs_setxattr_noperm()
278 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr_locked()
307 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_setxattr()
341 xattr_getsecurity(struct mnt_idmap *idmap, struct inode *inode, in xattr_getsecurity()
378 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc()
431 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr()
484 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_removexattr()
514 __vfs_removexattr_locked(struct mnt_idmap *idmap, in __vfs_removexattr_locked()
546 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_removexattr()
602 int do_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in do_setxattr()
614 setxattr(struct mnt_idmap *idmap, struct dentry *d, in setxattr()
651 error = setxattr(mnt_idmap(path.mnt), path.dentry, name, in path_setxattr()
701 do_getxattr(struct mnt_idmap *idmap, struct dentry *d, in do_getxattr()
732 getxattr(struct mnt_idmap *idmap, struct dentry *d, in getxattr()
767 error = getxattr(mnt_idmap(path.mnt), path.dentry, name, value, size); in path_getxattr()
882 removexattr(struct mnt_idmap *idmap, struct dentry *d, in removexattr()
911 error = removexattr(mnt_idmap(path.mnt), path.dentry, name); in path_removexattr()