Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Dsched.h492 __field( pid_t, ngid )
502 __entry->ngid = task_numa_group_id(tsk);
510 __entry->pid, __entry->tgid, __entry->ngid,
/linux-4.19.296/fs/gfs2/
Dinode.c1848 kgid_t ogid, ngid; in setattr_chown() local
1855 ngid = attr->ia_gid; in setattr_chown()
1859 if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid)) in setattr_chown()
1860 ogid = ngid = NO_GID_QUOTA_CHANGE; in setattr_chown()
1870 error = gfs2_quota_lock(ip, nuid, ngid); in setattr_chown()
1878 error = gfs2_quota_check(ip, nuid, ngid, &ap); in setattr_chown()
1894 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
/linux-4.19.296/fs/proc/
Darray.c160 pid_t ppid, tpid = 0, tgid, ngid; in task_state() local
172 ngid = task_numa_group_id(p); in task_state()
189 seq_put_decimal_ull(m, "\nNgid:\t", ngid); in task_state()