Home
last modified time | relevance | path

Searched refs:vfsgid_into_kgid (Results 1 – 9 of 9) sorted by relevance

/linux/fs/smb/server/
H A Dsmbacl.h126 return from_kgid(&init_user_ns, vfsgid_into_kgid(vfsgid));
H A Dndr.c382 ret = ndr_write_int64(n, from_kgid(&init_user_ns, vfsgid_into_kgid(vfsgid))); in ndr_encode_posix_acl()
H A Doplock.c1742 id_to_sid(from_kgid_munged(&init_user_ns, vfsgid_into_kgid(vfsgid)), in create_posix_rsp_buf()
H A Dsmb2pdu.c2635 fattr->cf_gid = vfsgid_into_kgid(vfsgid); in ksmbd_acls_fattr()
5169 id_to_sid(from_kgid_munged(&init_user_ns, vfsgid_into_kgid(vfsgid)), in find_file_posix_info()
/linux/fs/
H A Dposix_acl.c924 caller_userns, vfsgid_into_kgid(vfsgid))); in vfs_posix_acl_to_xattr()
H A Dexec.c1660 bprm->cred->egid = vfsgid_into_kgid(vfsgid); in bprm_fill_uid()
/linux/Documentation/filesystems/
H A Didmappings.rst668 use the ``vfsuid_into_kuid()`` and ``vfsgid_into_kgid()`` helpers.
676 ``vfsgid_into_kgid()``.
727 - ``vfsuid_into_kuid()`` and ``vfsgid_into_kgid()``
/linux/fs/bcachefs/
H A Dfs.c1003 stat->gid = vfsgid_into_kgid(vfsgid); in bch2_getattr()
/linux/fs/fuse/
H A Ddir.c1154 stat->gid = vfsgid_into_kgid(vfsgid); in fuse_fillattr()