fs/gfs2/bmap.c
1832
ret = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE);
fs/gfs2/dir.c
1999
error = gfs2_quota_hold(dip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE);
fs/gfs2/inode.c
2038
ouid = nuid = NO_UID_QUOTA_CHANGE;
fs/gfs2/inode.c
2055
if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) ||
fs/gfs2/inode.c
2070
if (!uid_eq(ouid, NO_UID_QUOTA_CHANGE) ||
fs/gfs2/inode.c
488
error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE);
fs/gfs2/quota.c
618
if (!uid_eq(uid, NO_UID_QUOTA_CHANGE) &&
fs/gfs2/quota.h
50
ret = gfs2_quota_lock(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE);
fs/gfs2/xattr.c
1451
error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE);
fs/gfs2/xattr.c
338
error = gfs2_quota_hold(ip, NO_UID_QUOTA_CHANGE, NO_GID_QUOTA_CHANGE);