Searched refs:from_vfsgid (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/ |
H A D | mnt_idmapping.h | 131 kgid_t from_vfsgid(struct mnt_idmap *idmap, 188 return gid_valid(from_vfsgid(idmap, fs_userns, vfsgid)); in vfsgid_has_fsmapping() 245 return from_vfsgid(idmap, fs_userns, VFSGIDT_INIT(current_fsgid())); in mapped_fsgid()
|
H A D | fs.h | 1527 inode->i_gid = from_vfsgid(idmap, i_user_ns(inode), in i_gid_update()
|
/linux/fs/ |
H A D | mnt_idmapping.c | 178 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid() function 194 EXPORT_SYMBOL_GPL(from_vfsgid);
|
H A D | posix_acl.c | 1067 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 | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
/linux/fs/exfat/ |
H A D | file.c | 318 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in exfat_setattr()
|
/linux/fs/xfs/ |
H A D | xfs_iops.c | 737 gid = from_vfsgid(idmap, i_user_ns(inode), in xfs_setattr_nonsize()
|
/linux/fs/bcachefs/ |
H A D | fs.c | 989 kgid = from_vfsgid(idmap, i_user_ns(&inode->v), attr->ia_vfsgid); in bch2_setattr_copy() 1040 kgid = from_vfsgid(idmap, i_user_ns(&inode->v), attr->ia_vfsgid); in bch2_setattr_nonsize()
|
/linux/fs/smb/server/ |
H A D | smbacl.c | 290 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
|
/linux/fs/fuse/ |
H A D | dir.c | 1781 kgid_t fsgid = from_vfsgid(idmap, fc->user_ns, iattr->ia_vfsgid); in iattr_to_fattr()
|
/linux/fs/quota/ |
H A D | dquot.c | 2151 kgid_t kgid = from_vfsgid(idmap, i_user_ns(inode), in dquot_transfer()
|
/linux/fs/ceph/ |
H A D | mds_client.c | 3087 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message() 3131 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
|
H A D | inode.c | 2599 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()
|