Searched refs:from_vfsgid (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | mnt_idmapping.h | 360 static inline kgid_t from_vfsgid(struct user_namespace *mnt_userns, in from_vfsgid() function 400 return from_vfsgid(mnt_userns, fs_userns, VFSGIDT_INIT(kgid)); in mapped_kgid_user() 419 return gid_valid(from_vfsgid(mnt_userns, fs_userns, vfsgid)); in vfsgid_has_fsmapping() 471 return from_vfsgid(mnt_userns, fs_userns, in mapped_fsgid()
|
| D | fs.h | 1749 inode->i_gid = from_vfsgid(mnt_userns, i_user_ns(inode), in i_gid_update()
|
| /Linux-v6.1/fs/fat/ |
| D | file.c | 524 (!gid_eq(from_vfsgid(mnt_userns, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
| /Linux-v6.1/fs/ |
| D | posix_acl.c | 949 return from_vfsgid(mnt_userns, fs_userns, VFSGIDT_INIT(kgid)); in vfs_set_acl_prepare_kgid()
|
| D | open.c | 734 from_vfsgid(mnt_userns, fs_userns, newattrs.ia_vfsgid)); in chown_common()
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_iops.c | 688 gid = from_vfsgid(mnt_userns, i_user_ns(inode), in xfs_setattr_nonsize()
|
| /Linux-v6.1/fs/ksmbd/ |
| D | smbacl.c | 290 gid = from_vfsgid(user_ns, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
|
| /Linux-v6.1/fs/quota/ |
| D | dquot.c | 2114 kgid_t kgid = from_vfsgid(mnt_userns, i_user_ns(inode), in dquot_transfer()
|