/openbmc/linux/fs/cramfs/ |
H A D | inode.c | 127 i_gid_write(inode, cramfs_inode->gid); in get_cramfs_inode()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs3xdr.c | 640 fattr->gid = make_kgid(userns, be32_to_cpup(p++)); in decode_fattr3() 641 if (!gid_valid(fattr->gid)) in decode_fattr3()
|
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 273 NEW_AUX_ENT(AT_GID, from_kgid_munged(cred->user_ns, cred->gid)); in create_elf_tables() 1609 SET_GID(psinfo->pr_gid, from_kgid_munged(cred->user_ns, cred->gid)); in fill_psinfo()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 1427 xa_entry->gid = posix_acl_gid_translate(idmap, pa_entry); in ksmbd_vfs_make_xattr_posix_acl() 1889 acl_state.groups->aces[acl_state.groups->n].gid = inode->i_gid; in ksmbd_vfs_set_init_posix_acl()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | 294 creds->gid = sk->sk_peer_cred->gid; in hci_sock_copy_creds()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/ |
H A D | pulseaudio.inc | 152 --groups audio,pulse --gid pulse pulse"
|
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | core.c | 189 kuid_t *uid, kgid_t *gid) in intel_th_output_devnode() argument
|
/openbmc/linux/drivers/s390/net/ |
H A D | ism_drv.c | 286 ism->local_gid = cmd.response.gid; in ism_read_local_gid()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | memdev.c | 34 kgid_t *gid) in cxl_memdev_devnode() argument
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 874 gid=int(os.getenv('SUDO_GID')))
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 1194 gid = os.getgid() 1197 cmd = ('sudo', self.qemuifup, str(gid))
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 1194 gid = os.getgid() 1197 cmd = ('sudo', self.qemuifup, str(gid))
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu.h | 763 u8 gid: 6; member 767 u8 gid: 6; member
|
/openbmc/linux/fs/fuse/ |
H A D | inode.c | 218 inode->i_gid = make_kgid(fc->user_ns, attr->gid); in fuse_change_attributes_common() 1519 .gid = fi->inode.i_gid.val, in fuse_fill_attr_from_inode()
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 917 u64 gid; member 957 info->gid = btrfs_inode_gid(path->nodes[0], ii); in get_inode_info() 2695 static int send_chown(struct send_ctx *sctx, u64 ino, u64 gen, u64 uid, u64 gid) in send_chown() argument 2702 ino, uid, gid); in send_chown() 2717 TLV_PUT_U64(sctx, BTRFS_SEND_A_GID, gid); in send_chown() 6732 left_gid = info.gid; in finish_inode_if_needed() 6750 right_gid = info.gid; in finish_inode_if_needed()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 5843 struct gid_list_info *gid; in qla2x00_configure_local_loop() local 5909 gid = ha->gid_list; in qla2x00_configure_local_loop() 5911 domain = gid->domain; in qla2x00_configure_local_loop() 5912 area = gid->area; in qla2x00_configure_local_loop() 5913 al_pa = gid->al_pa; in qla2x00_configure_local_loop() 5915 loop_id = gid->loop_id_2100; in qla2x00_configure_local_loop() 5917 loop_id = le16_to_cpu(gid->loop_id); in qla2x00_configure_local_loop() 5918 gid = (void *)gid + ha->gid_list_info_size; in qla2x00_configure_local_loop()
|
/openbmc/linux/fs/jffs2/ |
H A D | debug.c | 818 printk(JFFS2_DBG "gid:\t%#04x\n", je16_to_cpu(node.i.gid)); in __jffs2_dbg_dump_node()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
H A D | pipewire_1.0.4.bb | 28 --gid pipewire --groups audio,video \
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 515 i_gid_write(ino, st->gid); in hostfs_inode_update()
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_res.c | 613 bnxt_qplib_del_sgid(sgid_tbl, &sgid_tbl->tbl[i].gid, in bnxt_qplib_cleanup_sgid_tbl()
|
H A D | roce_hsi.h | 1483 __be32 gid[4]; member 1574 __be32 gid[4]; member 1661 __le32 gid[4]; member
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4xdr.c | 661 u32 stamp, gidcount, uid, gid; in nfsd4_decode_authsys_parms() local 672 if (xdr_stream_decode_u32(argp->xdr, &gid) < 0) in nfsd4_decode_authsys_parms() 685 kgid_t kgid = make_kgid(userns, gid); in nfsd4_decode_authsys_parms() 688 cbs->gid = kgid; in nfsd4_decode_authsys_parms() 3326 status = nfsd4_encode_group(xdr, rqstp, stat.gid); in nfsd4_encode_fattr()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs.rst | 331 __u32 gid; 504 On successful return, `requester.uid` and `requester.gid` will be
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw.c | 2766 mgm->gid, in mlx4_opreq_action() 2770 mgm->gid, in mlx4_opreq_action() 2771 mgm->gid[5] in mlx4_opreq_action()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 670 kgid_t gid; in parse_options() local 852 gid = make_kgid(current_user_ns(), arg); in parse_options() 853 if (!gid_valid(gid)) { in parse_options() 857 F2FS_OPTION(sbi).s_resgid = gid; in parse_options()
|