Searched refs:folio_first_index (Results 1 – 1 of 1) sorted by relevance
4154 pgoff_t folio_first_index, folio_last_index; in filemap_cachestat() local4166 folio_first_index = round_down(xas.xa_index, 1 << order); in filemap_cachestat()4167 folio_last_index = folio_first_index + nr_pages - 1; in filemap_cachestat()4170 if (folio_first_index < first_index) in filemap_cachestat()4171 nr_pages -= first_index - folio_first_index; in filemap_cachestat()4193 folio_first_index = folio_pgoff(folio); in filemap_cachestat()4194 folio_last_index = folio_first_index + nr_pages - 1; in filemap_cachestat()4197 if (folio_first_index < first_index) in filemap_cachestat()4198 nr_pages -= first_index - folio_first_index; in filemap_cachestat()