exceeded 321 fs/ceph/quota.c bool exceeded = false; exceeded 364 fs/ceph/quota.c exceeded = (max && (rvalue >= max)); exceeded 367 fs/ceph/quota.c exceeded = (max && (rvalue + delta > max)); exceeded 372 fs/ceph/quota.c exceeded = true; exceeded 378 fs/ceph/quota.c exceeded = exceeded 386 fs/ceph/quota.c exceeded = true; /* Just break the loop */ exceeded 392 fs/ceph/quota.c if (exceeded || !next) exceeded 402 fs/ceph/quota.c return exceeded;