Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dfilemap.c3431 static struct folio *next_uptodate_folio(struct xa_state *xas, in next_uptodate_folio() function
3572 folio = next_uptodate_folio(&xas, mapping, end_pgoff); in filemap_map_pages()
3607 } while ((folio = next_uptodate_folio(&xas, mapping, end_pgoff)) != NULL); in filemap_map_pages()