Lines Matching refs:mnt_idmap

97 int may_write_xattr(struct mnt_idmap *idmap, struct inode *inode)  in may_write_xattr()
113 xattr_permission(struct mnt_idmap *idmap, struct inode *inode, in xattr_permission()
184 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr()
222 int __vfs_setxattr_noperm(struct mnt_idmap *idmap, in __vfs_setxattr_noperm()
275 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr_locked()
304 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_setxattr()
338 xattr_getsecurity(struct mnt_idmap *idmap, struct inode *inode, in xattr_getsecurity()
375 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc()
428 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr()
504 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_removexattr()
534 __vfs_removexattr_locked(struct mnt_idmap *idmap, in __vfs_removexattr_locked()
566 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_removexattr()
629 static int do_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in do_setxattr()
665 error = do_setxattr(mnt_idmap(path.mnt), path.dentry, ctx); in filename_setxattr()
769 do_getxattr(struct mnt_idmap *idmap, struct dentry *d, in do_getxattr()
817 error = do_getxattr(mnt_idmap(path.mnt), path.dentry, ctx); in filename_getxattr()
1019 removexattr(struct mnt_idmap *idmap, struct dentry *d, const char *name) in removexattr()
1052 error = removexattr(mnt_idmap(path.mnt), path.dentry, kname->name); in filename_removexattr()