Searched refs:ngid (Results 1 – 2 of 2) sorted by relevance
/fs/gfs2/ |
D | inode.c | 1911 kgid_t ogid, ngid; in setattr_chown() local 1918 ngid = attr->ia_gid; in setattr_chown() 1922 if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid)) in setattr_chown() 1923 ogid = ngid = NO_GID_QUOTA_CHANGE; in setattr_chown() 1932 error = gfs2_quota_lock(ip, nuid, ngid); in setattr_chown() 1940 error = gfs2_quota_check(ip, nuid, ngid, &ap); in setattr_chown() 1956 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
|
/fs/proc/ |
D | array.c | 150 pid_t ppid, tpid = 0, tgid, ngid; in task_state() local 162 ngid = task_numa_group_id(p); in task_state() 179 seq_put_decimal_ull(m, "\nNgid:\t", ngid); in task_state()
|