Searched refs:page_cache_prev_miss (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | readahead.c | 392 head = page_cache_prev_miss(mapping, index - 1, max); in count_history_pages()
|
H A D | filemap.c | 1642 * page_cache_prev_miss() - Find the previous gap in the page cache. 1653 * created at index 5, page_cache_prev_miss() covering both indices may 1660 pgoff_t page_cache_prev_miss(struct address_space *mapping, in page_cache_prev_miss() function 1675 EXPORT_SYMBOL(page_cache_prev_miss); variable
|
/kernel/linux/linux-6.6/mm/ |
H A D | readahead.c | 424 head = page_cache_prev_miss(mapping, index - 1, max); in count_history_pages()
|
H A D | filemap.c | 1749 * page_cache_prev_miss() - Find the previous gap in the page cache. 1760 * created at index 5, page_cache_prev_miss() covering both indices may 1767 pgoff_t page_cache_prev_miss(struct address_space *mapping, in page_cache_prev_miss() function 1782 EXPORT_SYMBOL(page_cache_prev_miss); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pagemap.h | 307 pgoff_t page_cache_prev_miss(struct address_space *mapping,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pagemap.h | 555 pgoff_t page_cache_prev_miss(struct address_space *mapping,
|
Completed in 16 milliseconds