Lines Matching refs:try_lock
448 int attempts = 0, i, j, try_lock;
473 try_lock = 0;
483 * If try_lock is not set yet, make sure all locked inodes are
484 * not in the AIL. If any are, set try_lock to be used later.
486 if (!try_lock) {
487 for (j = (i - 1); j >= 0 && !try_lock; j--) {
490 try_lock++;
500 if (!try_lock) {
505 /* try_lock means we have an inode locked that is in the AIL. */
531 try_lock = 0;