ogid             1869 fs/gfs2/inode.c 	kgid_t ogid, ngid;
ogid             1874 fs/gfs2/inode.c 	ogid = inode->i_gid;
ogid             1880 fs/gfs2/inode.c 	if (!(attr->ia_valid & ATTR_GID) || gid_eq(ogid, ngid))
ogid             1881 fs/gfs2/inode.c 		ogid = ngid = NO_GID_QUOTA_CHANGE;
ogid             1898 fs/gfs2/inode.c 	    !gid_eq(ogid, NO_GID_QUOTA_CHANGE)) {
ogid             1913 fs/gfs2/inode.c 	    !gid_eq(ogid, NO_GID_QUOTA_CHANGE)) {
ogid             1914 fs/gfs2/inode.c 		gfs2_quota_change(ip, -(s64)ap.target, ouid, ogid);