Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dreadahead.c141 rac->_index += rac->_nr_pages; in read_pages()
142 rac->_nr_pages = 0; in read_pages()
212 i = ractl->_index + ractl->_nr_pages - index - 1; in page_cache_ra_unbounded()
226 i = ractl->_index + ractl->_nr_pages - index - 1; in page_cache_ra_unbounded()
231 ractl->_nr_pages++; in page_cache_ra_unbounded()
688 ractl->_nr_pages++; in readahead_expand()
696 while (ractl->_nr_pages < new_nr_pages) { in readahead_expand()
697 unsigned long index = ractl->_index + ractl->_nr_pages; in readahead_expand()
710 ractl->_nr_pages++; in readahead_expand()
/Linux-v5.15/include/linux/
Dpagemap.h842 unsigned int _nr_pages; member
922 BUG_ON(rac->_batch_count > rac->_nr_pages); in readahead_page()
923 rac->_nr_pages -= rac->_batch_count; in readahead_page()
926 if (!rac->_nr_pages) { in readahead_page()
945 BUG_ON(rac->_batch_count > rac->_nr_pages); in __readahead_batch()
946 rac->_nr_pages -= rac->_batch_count; in __readahead_batch()
952 xas_for_each(&xas, page, rac->_index + rac->_nr_pages - 1) { in __readahead_batch()
1006 return rac->_nr_pages * PAGE_SIZE; in readahead_length()
1024 return rac->_nr_pages; in readahead_count()
Dmmzone.h1532 #define subsection_map_init(_pfn, _nr_pages) do {} while (0) argument
/Linux-v5.15/fs/netfs/
Dread_helper.c1150 ractl._nr_pages = thp_nr_pages(page); in netfs_write_begin()