ngid             1869 fs/gfs2/inode.c 	kgid_t ogid, ngid;
ngid             1876 fs/gfs2/inode.c 	ngid = attr->ia_gid;
ngid             1880 fs/gfs2/inode.c 	if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid))
ngid             1881 fs/gfs2/inode.c 		ogid = ngid = NO_GID_QUOTA_CHANGE;
ngid             1891 fs/gfs2/inode.c 	error = gfs2_quota_lock(ip, nuid, ngid);
ngid             1899 fs/gfs2/inode.c 		error = gfs2_quota_check(ip, nuid, ngid, &ap);
ngid             1915 fs/gfs2/inode.c 		gfs2_quota_change(ip, ap.target, nuid, ngid);
ngid              160 fs/proc/array.c 	pid_t ppid, tpid = 0, tgid, ngid;
ngid              172 fs/proc/array.c 	ngid = task_numa_group_id(p);
ngid              189 fs/proc/array.c 	seq_put_decimal_ull(m, "\nNgid:\t", ngid);
ngid              499 include/trace/events/sched.h 		__field( pid_t,	ngid			)
ngid              509 include/trace/events/sched.h 		__entry->ngid		= task_numa_group_id(tsk);
ngid              517 include/trace/events/sched.h 			__entry->pid, __entry->tgid, __entry->ngid,