Home
last modified time | relevance | path

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

/mm/
Dfilemap.c2206 pgoff_t last_index; in generic_file_buffered_read() local
2222 last_index = (*ppos + iter->count + PAGE_SIZE-1) >> PAGE_SHIFT; in generic_file_buffered_read()
2252 index, last_index - index); in generic_file_buffered_read()
2264 index, last_index - index); in generic_file_buffered_read()
Dmemory.c3494 details->first_index, details->last_index) { in unmap_mapping_range_tree()
3501 zea = details->last_index; in unmap_mapping_range_tree()
3533 details.last_index = page->index + thp_nr_pages(page) - 1; in unmap_mapping_page()
3561 details.last_index = start + nr - 1; in unmap_mapping_pages()
3562 if (details.last_index < details.first_index) in unmap_mapping_pages()
3563 details.last_index = ULONG_MAX; in unmap_mapping_pages()