Home
last modified time | relevance | path

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

/mm/
Dfilemap.c2525 pgoff_t last_index) in filemap_readahead() argument
2530 page->index, last_index - page->index); in filemap_readahead()
2541 pgoff_t last_index; in filemap_get_pages() local
2546 last_index = DIV_ROUND_UP(iocb->ki_pos + iter->count, PAGE_SIZE); in filemap_get_pages()
2551 filemap_get_read_batch(mapping, index, last_index - 1, pvec); in filemap_get_pages()
2556 last_index - index); in filemap_get_pages()
2557 filemap_get_read_batch(mapping, index, last_index - 1, pvec); in filemap_get_pages()
2571 err = filemap_readahead(iocb, filp, mapping, page, last_index); in filemap_get_pages()
Dmemory.c3542 details->first_index, details->last_index) { in unmap_mapping_range_tree()
3549 zea = details->last_index; in unmap_mapping_range_tree()
3581 details.last_index = page->index + thp_nr_pages(page) - 1; in unmap_mapping_page()
3609 details.last_index = start + nr - 1; in unmap_mapping_pages()
3610 if (details.last_index < details.first_index) in unmap_mapping_pages()
3611 details.last_index = ULONG_MAX; in unmap_mapping_pages()