Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmnt_idmapping.h201 static inline kgid_t vfsgid_into_kgid(vfsgid_t vfsgid) in vfsgid_into_kgid() function
/Linux-v6.6/fs/smb/server/
Dsmbacl.h235 return from_kgid(&init_user_ns, vfsgid_into_kgid(vfsgid)); in posix_acl_gid_translate()
Dndr.c382 ret = ndr_write_int64(n, from_kgid(&init_user_ns, vfsgid_into_kgid(vfsgid))); in ndr_encode_posix_acl()
Doplock.c1651 id_to_sid(from_kgid_munged(&init_user_ns, vfsgid_into_kgid(vfsgid)), in create_posix_rsp_buf()
Dsmb2pdu.c2622 fattr->cf_gid = vfsgid_into_kgid(vfsgid); in ksmbd_acls_fattr()
4858 id_to_sid(from_kgid_munged(&init_user_ns, vfsgid_into_kgid(vfsgid)), in find_file_posix_info()
/Linux-v6.6/fs/xfs/
Dxfs_itable.c106 buf->bs_gid = from_kgid(sb_userns, vfsgid_into_kgid(vfsgid)); in xfs_bulkstat_one_int()
Dxfs_iops.c573 stat->gid = vfsgid_into_kgid(vfsgid); in xfs_vn_getattr()
/Linux-v6.6/fs/
Dstat.c57 stat->gid = vfsgid_into_kgid(vfsgid); in generic_fillattr()
Dposix_acl.c925 caller_userns, vfsgid_into_kgid(vfsgid))); in vfs_posix_acl_to_xattr()
Dexec.c1642 bprm->cred->egid = vfsgid_into_kgid(vfsgid); in bprm_fill_uid()
/Linux-v6.6/fs/overlayfs/
Dutil.c1410 inode->i_gid = vfsgid_into_kgid(vfsgid); in ovl_copyattr()
Dinode.c490 e->e_gid = vfsgid_into_kgid(vfsgid); in ovl_idmap_posix_acl()
/Linux-v6.6/Documentation/filesystems/
Didmappings.rst668 use the ``vfsuid_into_kuid()`` and ``vfsgid_into_kgid()`` helpers.
676 ``vfsgid_into_kgid()``.
727 - ``vfsuid_into_kuid()`` and ``vfsgid_into_kgid()``