Lines Matching defs:last_index
3480 pgoff_t last_index,
3486 vma_interval_tree_foreach(vma, root, first_index, last_index) {
3490 zea = min(last_index, vea);
3515 pgoff_t last_index;
3520 last_index = folio_next_index(folio) - 1;
3529 last_index, &details);
3550 pgoff_t last_index = start + nr - 1;
3553 if (last_index < first_index)
3554 last_index = ULONG_MAX;
3559 last_index, &details);