Lines Matching refs:vfsgid
182 * from_vfsgid - map a vfsgid into the filesystem idmapping
185 * @vfsgid : vfsgid to be mapped
187 * Map @vfsgid into the filesystem idmapping. This function has to be used in
188 * order to e.g. write @vfsgid to inode->i_gid.
190 * Return: @vfsgid mapped into the filesystem idmapping
193 struct user_namespace *fs_userns, vfsgid_t vfsgid)
199 return AS_KGIDT(vfsgid);
200 gid = from_kgid(mnt_userns, AS_KGIDT(vfsgid));
212 * @vfsgid: the mnt gid to match
219 int vfsgid_in_group_p(vfsgid_t vfsgid)
221 return in_group_p(AS_KGIDT(vfsgid));
224 int vfsgid_in_group_p(vfsgid_t vfsgid)