Lines Matching defs:last
142 * This is important for eb allocation, to prevent race with last eb freeing
232 bool last;
256 last = atomic_sub_and_test(cleared, &bfs->nr_locked);
258 return last;
275 * the last locked range.
314 bool last = false;
337 last = atomic_sub_and_test(cleared, &bfs->nr_locked);
339 if (last)
407 * Return true if we're the last bits in the dirty_bitmap and clear the
421 bool last = false;
426 last = true;
428 return last;
434 bool last;
436 last = btrfs_subpage_clear_and_test_dirty(fs_info, folio, start, len);
437 if (last)
761 bool last;
768 last = btrfs_subpage_clear_and_test_dirty(eb->fs_info, folio, eb->start, eb->len);
769 if (last) {