Home
last modified time | relevance | path

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

/linux/fs/
H A Dmnt_idmapping.c179 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid() function
195 EXPORT_SYMBOL_GPL(from_vfsgid);
H A Dposix_acl.c1068 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt()
/linux/fs/smb/server/
H A Dsmbacl.c295 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid)); in sid_to_id()
/linux/fs/ceph/
H A Dmds_client.c3188 caller_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
3232 owner_fsgid = from_vfsgid(req->r_mnt_idmap, &init_user_ns, in create_request_message()
H A Dinode.c2701 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()