Home
last modified time | relevance | path

Searched refs:from_vfsgid (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dmnt_idmapping.h131 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 Dfs.h1527 inode->i_gid = from_vfsgid(idmap, i_user_ns(inode), in i_gid_update()
/linux/fs/
H A Dmnt_idmapping.c178 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid() function
194 EXPORT_SYMBOL_GPL(from_vfsgid);
H A Dposix_acl.c1067 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt()
H A Dopen.c776 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
/linux/fs/fat/
H A Dfile.c524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
/linux/fs/exfat/
H A Dfile.c318 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in exfat_setattr()
/linux/fs/xfs/
H A Dxfs_iops.c737 gid = from_vfsgid(idmap, i_user_ns(inode), in xfs_setattr_nonsize()
/linux/fs/bcachefs/
H A Dfs.c989 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 Dsmbacl.c290 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
/linux/fs/fuse/
H A Ddir.c1781 kgid_t fsgid = from_vfsgid(idmap, fc->user_ns, iattr->ia_vfsgid); in iattr_to_fattr()
/linux/fs/quota/
H A Ddquot.c2151 kgid_t kgid = from_vfsgid(idmap, i_user_ns(inode), in dquot_transfer()
/linux/fs/ceph/
H A Dmds_client.c3087 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 Dinode.c2599 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()