Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dsched.h499 __field( pid_t, ngid )
509 __entry->ngid = task_numa_group_id(tsk);
517 __entry->pid, __entry->tgid, __entry->ngid,
/Linux-v5.4/fs/gfs2/
Dinode.c1869 kgid_t ogid, ngid; in setattr_chown() local
1876 ngid = attr->ia_gid; in setattr_chown()
1880 if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid)) in setattr_chown()
1881 ogid = ngid = NO_GID_QUOTA_CHANGE; in setattr_chown()
1891 error = gfs2_quota_lock(ip, nuid, ngid); in setattr_chown()
1899 error = gfs2_quota_check(ip, nuid, ngid, &ap); in setattr_chown()
1915 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
/Linux-v5.4/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()