Searched refs:from_vfsgid (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mnt_idmapping.h | 127 kgid_t from_vfsgid(struct mnt_idmap *idmap, 184 return gid_valid(from_vfsgid(idmap, fs_userns, vfsgid)); in vfsgid_has_fsmapping() 241 return from_vfsgid(idmap, fs_userns, VFSGIDT_INIT(current_fsgid())); in mapped_fsgid()
|
H A D | fs.h | 1454 inode->i_gid = from_vfsgid(idmap, i_user_ns(inode), in i_gid_update()
|
/openbmc/linux/fs/ |
H A D | mnt_idmapping.c | 192 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid() function 207 EXPORT_SYMBOL_GPL(from_vfsgid);
|
H A D | posix_acl.c | 1069 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt()
|
H A D | open.c | 781 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
|
/openbmc/linux/fs/fat/ |
H A D | file.c | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 694 gid = from_vfsgid(idmap, i_user_ns(inode), in xfs_setattr_nonsize()
|
/openbmc/linux/fs/smb/server/ |
H A D | smbacl.c | 290 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 2160 kgid_t kgid = from_vfsgid(idmap, i_user_ns(inode), in dquot_transfer()
|