Home
last modified time | relevance | path

Searched refs:ngid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dsched.h585 __field( pid_t, ngid )
595 __entry->ngid = task_numa_group_id(tsk);
603 __entry->pid, __entry->tgid, __entry->ngid,
/openbmc/linux/fs/gfs2/
H A Dinode.c1930 kgid_t ogid, ngid; in setattr_chown() local
1937 ngid = attr->ia_gid; in setattr_chown()
1941 if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid)) in setattr_chown()
1942 ogid = ngid = NO_GID_QUOTA_CHANGE; in setattr_chown()
1951 error = gfs2_quota_lock(ip, nuid, ngid); in setattr_chown()
1959 error = gfs2_quota_check(ip, nuid, ngid, &ap); in setattr_chown()
1975 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
/openbmc/linux/fs/proc/
H A Darray.c156 pid_t ppid, tpid = 0, tgid, ngid; in task_state() local
168 ngid = task_numa_group_id(p); in task_state()
185 seq_put_decimal_ull(m, "\nNgid:\t", ngid); in task_state()