Searched refs:gid (Results 1 - 25 of 469) sorted by path

1234567891011>>

/linux-master/arch/parisc/include/uapi/asm/
H A Dipcbuf.h19 __kernel_gid_t gid; member in struct:ipc64_perm
/linux-master/arch/powerpc/include/uapi/asm/
H A Dipcbuf.h25 __kernel_gid_t gid; member in struct:ipc64_perm
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c138 tmp.st_gid = from_kgid_munged(current_user_ns(), stat->gid);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c42 u8 gid[16]; member in struct:mthca_mgm
49 * Caller must hold MCG table semaphore. gid and mgm parameters must
60 * If no AMGM exists for given gid, *index = -1, *prev = index of last
64 u8 *gid, struct mthca_mailbox *mgm_mailbox,
77 memcpy(mgid, gid, 16);
86 mthca_dbg(dev, "Hash for %pI6 is %04x\n", gid, *hash);
98 if (!memcmp(mgm->gid, zero_gid, 16)) {
106 if (!memcmp(mgm->gid, gid, 16))
120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u1 argument
63 find_mgm(struct mthca_dev *dev, u8 *gid, struct mthca_mailbox *mgm_mailbox, u16 *hash, int *prev, int *index) argument
214 mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_ruc.c69 static int gid_ok(union ib_gid *gid, __be64 gid_prefix, __be64 id) argument
71 return (gid->global.interface_id == id &&
72 (gid->global.subnet_prefix == gid_prefix ||
73 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX));
/linux-master/drivers/misc/sgi-gru/
H A Dgrukdump.c164 hdr.gid = gru->gs_gid;
186 /* Currently, only dump by gid is implemented */
187 if (req.gid >= gru_max_gids)
189 req.gid = array_index_nospec(req.gid, gru_max_gids);
191 gru = GID_TO_GRU(req.gid);
/linux-master/fs/befs/
H A Dbefs.h24 kgid_t gid; member in struct:befs_mount_options
H A Dbefs_fs_types.h180 fs32 gid; member in struct:__anon10025
/linux-master/fs/orangefs/
H A Dupcall.h223 __u32 gid; member in struct:orangefs_upcall_s
/linux-master/fs/quota/
H A Dkqid.c21 return gid_eq(left.gid, right.gid);
47 return gid_lt(left.gid, right.gid);
74 return from_kgid(targ, kqid.gid);
107 return from_kgid_munged(targ, kqid.gid);
126 return gid_valid(qid.gid);
/linux-master/fs/ubifs/
H A Dubifs-media.h494 * @gid: group ID
528 __le32 gid; member in struct:ubifs_ino_node
/linux-master/include/linux/
H A Dhighuid.h26 * This is the "overflow" UID and GID. They are used to signify uid/gid
27 * overflow to old programs when they request uid/gid information but are
30 * processes are owned by this uid/gid.
48 #define high2lowgid(gid) ((gid) & ~0xFFFF ? (old_gid_t)overflowgid : (old_gid_t)(gid))
54 #define low2highgid(gid) ((gid) == (old_gid_t)-1 ? (gid_t)-1 : (gid_t)(gid))
58 #define __convert_gid(size, gid) \
[all...]
/linux-master/include/trace/events/
H A Dib_umad.h47 __array(u8, gid, 16)
70 memcpy(__entry->gid, umad_hdr->gid, sizeof(umad_hdr->gid));
87 "grh 0x%x gidi %u hop_lim %u traf_cl %u gid %pI6c " \
98 __entry->traffic_class, &__entry->gid,
/linux-master/include/uapi/linux/
H A Dauto_fs.h197 __u32 gid; member in struct:autofs_v5_packet
H A Dcramfs_fs.h33 __u32 size:CRAMFS_SIZE_WIDTH, gid:CRAMFS_GID_WIDTH; member in struct:cramfs_inode
H A Dipc.h14 __kernel_gid_t gid; member in struct:ipc_perm
/linux-master/ipc/
H A Dcompat.c45 to->gid = v.gid;
57 to->gid = v.gid;
66 to->gid = from->gid;
77 SET_GID(to->gid, from->gid);
/linux-master/kernel/
H A Duid16.c43 SYSCALL_DEFINE1(setgid16, old_gid_t, gid)
45 return __sys_setgid(low2highgid(gid));
93 rgid = high2lowgid(from_kgid_munged(cred->user_ns, cred->gid));
109 SYSCALL_DEFINE1(setfsgid16, old_gid_t, gid)
111 return __sys_setfsgid(low2highgid(gid));
123 kgid = group_info->gid[i];
148 group_info->gid[i] = kgid;
H A Duid16.h6 long __sys_setgid(gid_t gid);
12 long __sys_setfsgid(gid_t gid);
/linux-master/arch/alpha/kernel/
H A Dasm-offsets.c33 DEFINE(CRED_GID, offsetof(struct cred, gid));
H A Dosf_sys.c286 tmp.st_gid = from_kgid_munged(current_user_ns(), lstat->gid);
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c132 tmp.st_gid = from_kgid_munged(current_user_ns(), stat->gid);
/linux-master/arch/loongarch/include/asm/
H A Dkvm_csr.h181 #define kvm_save_hw_gcsr(csr, gid) (csr->csrs[gid] = gcsr_read(gid))
182 #define kvm_restore_hw_gcsr(csr, gid) (gcsr_write(csr->csrs[gid], gid))
186 static __always_inline unsigned long kvm_read_sw_gcsr(struct loongarch_csrs *csr, int gid) argument
188 return csr->csrs[gid];
191 static __always_inline void kvm_write_sw_gcsr(struct loongarch_csrs *csr, int gid, unsigned long val) argument
193 csr->csrs[gid]
196 kvm_set_sw_gcsr(struct loongarch_csrs *csr, int gid, unsigned long val) argument
202 kvm_change_sw_gcsr(struct loongarch_csrs *csr, int gid, unsigned long mask, unsigned long val) argument
[all...]
/linux-master/arch/mips/include/asm/
H A Dcompat.h79 __compat_gid32_t gid; member in struct:compat_ipc64_perm
/linux-master/arch/parisc/include/asm/
H A Dcompat.h68 __compat_gid_t gid; member in struct:compat_ipc64_perm

Completed in 521 milliseconds

1234567891011>>