Searched refs:from_vfsgid (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| H A D | mnt_idmapping.h | 136 kgid_t from_vfsgid(struct mnt_idmap *idmap, 193 return gid_valid(from_vfsgid(idmap, fs_userns, vfsgid)); in vfsgid_has_fsmapping() 250 return from_vfsgid(idmap, fs_userns, VFSGIDT_INIT(current_fsgid())); in mapped_fsgid()
|
| H A D | fs.h | 1538 inode->i_gid = from_vfsgid(idmap, i_user_ns(inode), in i_gid_update()
|
| /linux/fs/ |
| H A D | mnt_idmapping.c | 179 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid() function 195 EXPORT_SYMBOL_GPL(from_vfsgid);
|
| H A D | posix_acl.c | 1068 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt()
|
| H A D | open.c | 776 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
|
| /linux/fs/fat/ |
| H A D | file.c | 525 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
| /linux/fs/exfat/ |
| H A D | file.c | 321 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in exfat_setattr()
|
| /linux/fs/xfs/ |
| H A D | xfs_iops.c | 817 gid = from_vfsgid(idmap, i_user_ns(inode), in xfs_setattr_nonsize()
|
| /linux/fs/smb/server/ |
| H A D | smbacl.c | 295 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
|
| /linux/fs/fuse/ |
| H A D | dir.c | 2007 kgid_t fsgid = from_vfsgid(idmap, fc->user_ns, iattr->ia_vfsgid); in iattr_to_fattr()
|
| /linux/fs/quota/ |
| H A D | dquot.c | 2154 kgid_t kgid = from_vfsgid(idmap, i_user_ns(inode), in dquot_transfer()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 3144 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3188 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
|
| H A D | inode.c | 2660 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()
|