Searched defs:gid (Results 1 - 5 of 5) sorted by path

/kernel/
H A Daudit.h95 kgid_t gid; member in struct:audit_names
146 kgid_t gid, egid, sgid, fsgid; member in struct:audit_context
169 kgid_t gid; member in struct:audit_context::__anon2::__anon4
H A Dauditsc.c332 static int audit_compare_gid(kgid_t gid, argument
341 rc = audit_gid_comparator(gid, f->op, name->gid);
348 rc = audit_gid_comparator(gid, f->op, n->gid);
367 return audit_compare_gid(cred->gid, name, f, ctx);
406 /* gid comparisons */
408 return audit_gid_comparator(cred->gid, f->op, cred->egid);
410 return audit_gid_comparator(cred->gid, f->op, cred->sgid);
412 return audit_gid_comparator(cred->gid,
2200 __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode) argument
2424 kgid_t gid; local
[all...]
H A Dgroups.c74 gid_t gid; local
75 gid = from_kgid_munged(user_ns, GROUP_AT(group_info, i));
76 if (put_user(gid, grouplist+i))
91 gid_t gid; local
93 if (get_user(gid, grouplist+i))
96 kgid = make_kgid(user_ns, gid);
H A Duser_namespace.c287 * make_kgid - Map a user-namespace gid pair into a kgid.
288 * @ns: User namespace that the gid is in
289 * @gid: group identifier
291 * Maps a user-namespace gid pair into a kernel internal kgid,
294 * When there is no mapping defined for the user-namespace gid
299 kgid_t make_kgid(struct user_namespace *ns, gid_t gid) argument
301 /* Map the gid to a global kernel gid */
302 return KGIDT_INIT(map_id_down(&ns->gid_map, gid));
307 * from_kgid - Create a gid fro
344 gid_t gid; local
823 kgid_t gid = make_kgid(ns->parent, id); local
[all...]
/kernel/sched/
H A Dfair.c875 pid_t gid; member in struct:numa_group
901 return p->numa_group ? p->numa_group->gid : 0;
1709 grp->gid = p->pid;

Completed in 90 milliseconds