Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance

/mm/
Dfilemap.c2529 pgoff_t last_index) in filemap_readahead() argument
2534 page->index, last_index - page->index); in filemap_readahead()
2545 pgoff_t last_index; in filemap_get_pages() local
2550 last_index = DIV_ROUND_UP(iocb->ki_pos + iter->count, PAGE_SIZE); in filemap_get_pages()
2555 filemap_get_read_batch(mapping, index, last_index - 1, pvec); in filemap_get_pages()
2560 last_index - index); in filemap_get_pages()
2561 filemap_get_read_batch(mapping, index, last_index - 1, pvec); in filemap_get_pages()
2575 err = filemap_readahead(iocb, filp, mapping, page, last_index); in filemap_get_pages()
Dmemory.c3548 details->first_index, details->last_index) { in unmap_mapping_range_tree()
3555 zea = details->last_index; in unmap_mapping_range_tree()
3587 details.last_index = page->index + thp_nr_pages(page) - 1; in unmap_mapping_page()
3615 details.last_index = start + nr - 1; in unmap_mapping_pages()
3616 if (details.last_index < details.first_index) in unmap_mapping_pages()
3617 details.last_index = ULONG_MAX; in unmap_mapping_pages()