Lines Matching refs:idmap

1275 static int shmem_getattr(struct mnt_idmap *idmap,  in shmem_getattr()  argument
1294 generic_fillattr(idmap, request_mask, inode, stat); in shmem_getattr()
1308 static int shmem_setattr(struct mnt_idmap *idmap, in shmem_setattr() argument
1317 error = setattr_prepare(idmap, dentry, attr); in shmem_setattr()
1361 if (is_quota_modification(idmap, inode, attr)) { in shmem_setattr()
1368 if (i_uid_needs_update(idmap, attr, inode) || in shmem_setattr()
1369 i_gid_needs_update(idmap, attr, inode)) { in shmem_setattr()
1370 error = dquot_transfer(idmap, inode, attr); in shmem_setattr()
1375 setattr_copy(idmap, inode, attr); in shmem_setattr()
1377 error = posix_acl_chmod(idmap, dentry, inode->i_mode); in shmem_setattr()
3095 static struct inode *__shmem_get_inode(struct mnt_idmap *idmap, in __shmem_get_inode() argument
3117 inode_init_owner(idmap, inode, dir, mode); in __shmem_get_inode()
3177 static struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() argument
3184 inode = __shmem_get_inode(idmap, sb, dir, mode, dev, flags); in shmem_get_inode()
3205 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() argument
3209 return __shmem_get_inode(idmap, sb, dir, mode, dev, flags); in shmem_get_inode()
3896 shmem_mknod(struct mnt_idmap *idmap, struct inode *dir, in shmem_mknod() argument
3905 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, dev, VM_NORESERVE); in shmem_mknod()
3939 shmem_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in shmem_tmpfile() argument
3945 inode = shmem_get_inode(idmap, dir->i_sb, dir, mode, 0, VM_NORESERVE); in shmem_tmpfile()
3966 static struct dentry *shmem_mkdir(struct mnt_idmap *idmap, struct inode *dir, in shmem_mkdir() argument
3971 error = shmem_mknod(idmap, dir, dentry, mode | S_IFDIR, 0); in shmem_mkdir()
3978 static int shmem_create(struct mnt_idmap *idmap, struct inode *dir, in shmem_create() argument
3981 return shmem_mknod(idmap, dir, dentry, mode | S_IFREG, 0); in shmem_create()
4064 static int shmem_whiteout(struct mnt_idmap *idmap, in shmem_whiteout() argument
4074 error = shmem_mknod(idmap, old_dir, whiteout, in shmem_whiteout()
4097 static int shmem_rename2(struct mnt_idmap *idmap, in shmem_rename2() argument
4117 error = shmem_whiteout(idmap, old_dir, old_dentry); in shmem_rename2()
4145 static int shmem_symlink(struct mnt_idmap *idmap, struct inode *dir, in shmem_symlink() argument
4158 inode = shmem_get_inode(idmap, dir->i_sb, dir, S_IFLNK | 0777, 0, in shmem_symlink()
4260 static int shmem_fileattr_set(struct mnt_idmap *idmap, in shmem_fileattr_set() argument
4369 struct mnt_idmap *idmap, in shmem_xattr_handler_set() argument
5852 static inline struct inode *shmem_get_inode(struct mnt_idmap *idmap, in shmem_get_inode() argument