Home
last modified time | relevance | path

Searched refs:find_get_entry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dfilemap.c1969 static inline struct folio *find_get_entry(struct xa_state *xas, pgoff_t max, in find_get_entry() function
2031 while ((folio = find_get_entry(&xas, end, XA_PRESENT)) != NULL) { in find_get_entries()
2077 while ((folio = find_get_entry(&xas, end, XA_PRESENT))) { in find_lock_entries()
2142 while ((folio = find_get_entry(&xas, end, XA_PRESENT)) != NULL) { in filemap_get_folios()
2266 while ((folio = find_get_entry(&xas, end, tag)) != NULL) { in filemap_get_folios_tag()
3060 while ((folio = find_get_entry(&xas, max, XA_PRESENT))) { in mapping_seek_hole_data()
/kernel/linux/linux-5.10/mm/
H A Dswap_state.c116 page = find_get_entry(address_space, idx); in get_shadow_from_swap_cache()
432 struct page *page = find_get_entry(mapping, index); in find_get_incore_page()
H A Dinternal.h182 struct page *find_get_entry(struct address_space *mapping, pgoff_t index);
H A Dfilemap.c1678 * find_get_entry - find and get a page cache entry
1690 struct page *find_get_entry(struct address_space *mapping, pgoff_t index) in find_get_entry() function
1745 page = find_get_entry(mapping, index); in find_lock_entry()
1797 page = find_get_entry(mapping, index); in pagecache_get_page()

Completed in 14 milliseconds