Lines Matching refs:exceeded
311 * is exceeded or if the root inode is reached.
321 bool exceeded = false;
365 exceeded = (max && (rvalue + delta > max));
370 exceeded = true;
376 exceeded =
384 exceeded = true; /* Just break the loop */
390 if (exceeded || !next)
400 return exceeded;
500 /* It is possible for a quota to be exceeded.
531 * exceeded, -EXDEV (if @old is a directory) or -EDQUOT.