Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dfilemap.c4164 pgoff_t folio_first_index, folio_last_index; in filemap_cachestat() local
4183 folio_last_index = folio_first_index + nr_pages - 1; in filemap_cachestat()
4189 if (folio_last_index > last_index) in filemap_cachestat()
4190 nr_pages -= folio_last_index - last_index; in filemap_cachestat()