Home
last modified time | relevance | path

Searched refs:gid (Results 526 – 550 of 627) sorted by relevance

1...<<212223242526

/openbmc/linux/fs/cramfs/
H A Dinode.c127 i_gid_write(inode, cramfs_inode->gid); in get_cramfs_inode()
/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c640 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 Dbinfmt_elf.c273 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 Dvfs.c1427 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 Dhci_sock.c294 creds->gid = sk->sk_peer_cred->gid; in hci_sock_copy_creds()
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/
H A Dpulseaudio.inc152 --groups audio,pulse --gid pulse pulse"
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dcore.c189 kuid_t *uid, kgid_t *gid) in intel_th_output_devnode() argument
/openbmc/linux/drivers/s390/net/
H A Dism_drv.c286 ism->local_gid = cmd.response.gid; in ism_read_local_gid()
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c34 kgid_t *gid) in cxl_memdev_devnode() argument
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py874 gid=int(os.getenv('SUDO_GID')))
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu1194 gid = os.getgid()
1197 cmd = ('sudo', self.qemuifup, str(gid))
/openbmc/openbmc/poky/scripts/
H A Drunqemu1194 gid = os.getgid()
1197 cmd = ('sudo', self.qemuifup, str(gid))
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h763 u8 gid: 6; member
767 u8 gid: 6; member
/openbmc/linux/fs/fuse/
H A Dinode.c218 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 Dsend.c917 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 Dqla_init.c5843 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 Ddebug.c818 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 Dpipewire_1.0.4.bb28 --gid pipewire --groups audio,video \
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c515 i_gid_write(ino, st->gid); in hostfs_inode_update()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c613 bnxt_qplib_del_sgid(sgid_tbl, &sgid_tbl->tbl[i].gid, in bnxt_qplib_cleanup_sgid_tbl()
H A Droce_hsi.h1483 __be32 gid[4]; member
1574 __be32 gid[4]; member
1661 __le32 gid[4]; member
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c661 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 Dautofs.rst331 __u32 gid;
504 On successful return, `requester.uid` and `requester.gid` will be
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2766 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 Dsuper.c670 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()

1...<<212223242526