Searched refs:ngid (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | sched.h | 458 __field( pid_t, ngid ) 468 __entry->ngid = task_numa_group_id(tsk); 476 __entry->pid, __entry->tgid, __entry->ngid,
|
/linux-4.1.27/fs/proc/ |
D | array.c | 142 pid_t ppid, tpid = 0, tgid, ngid; in task_state() local 154 ngid = task_numa_group_id(p); in task_state() 174 tgid, ngid, pid_nr_ns(pid, ns), ppid, tpid, in task_state()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1670 kgid_t ogid, ngid; in setattr_chown() local 1677 ngid = attr->ia_gid; in setattr_chown() 1681 if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid)) in setattr_chown() 1682 ogid = ngid = NO_GID_QUOTA_CHANGE; in setattr_chown() 1696 error = gfs2_quota_lock(ip, nuid, ngid); in setattr_chown() 1704 error = gfs2_quota_check(ip, nuid, ngid, &ap); in setattr_chown() 1720 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
|