Searched refs:from_vfsgid (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/include/linux/ |
| 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()
|
| D | fs.h | 1451 inode->i_gid = from_vfsgid(idmap, i_user_ns(inode), in i_gid_update()
|
| /Linux-v6.6/fs/ |
| D | mnt_idmapping.c | 192 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid() function 207 EXPORT_SYMBOL_GPL(from_vfsgid);
|
| D | posix_acl.c | 1069 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt()
|
| D | open.c | 781 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
|
| /Linux-v6.6/fs/fat/ |
| D | file.c | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_iops.c | 693 gid = from_vfsgid(idmap, i_user_ns(inode), in xfs_setattr_nonsize()
|
| /Linux-v6.6/fs/smb/server/ |
| D | smbacl.c | 290 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
|
| /Linux-v6.6/fs/quota/ |
| D | dquot.c | 2132 kgid_t kgid = from_vfsgid(idmap, i_user_ns(inode), in dquot_transfer()
|