Home
last modified time | relevance | path

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

/linux/mm/
A Dreadahead.c140 rac->_index += rac->_nr_pages; in read_pages()
141 rac->_nr_pages = 0; in read_pages()
211 i = ractl->_index + ractl->_nr_pages - index - 1; in page_cache_ra_unbounded()
225 i = ractl->_index + ractl->_nr_pages - index - 1; in page_cache_ra_unbounded()
230 ractl->_nr_pages++; in page_cache_ra_unbounded()
687 ractl->_nr_pages++; in readahead_expand()
695 while (ractl->_nr_pages < new_nr_pages) { in readahead_expand()
696 unsigned long index = ractl->_index + ractl->_nr_pages; in readahead_expand()
709 ractl->_nr_pages++; in readahead_expand()
/linux/include/linux/
A Dpagemap.h987 unsigned int _nr_pages; member
1058 BUG_ON(ractl->_batch_count > ractl->_nr_pages); in __readahead_folio()
1059 ractl->_nr_pages -= ractl->_batch_count; in __readahead_folio()
1062 if (!ractl->_nr_pages) { in __readahead_folio()
1114 BUG_ON(rac->_batch_count > rac->_nr_pages); in __readahead_batch()
1115 rac->_nr_pages -= rac->_batch_count; in __readahead_batch()
1121 xas_for_each(&xas, page, rac->_index + rac->_nr_pages - 1) { in __readahead_batch()
1175 return rac->_nr_pages * PAGE_SIZE; in readahead_length()
1193 return rac->_nr_pages; in readahead_count()
A Dmmzone.h1570 #define subsection_map_init(_pfn, _nr_pages) do {} while (0) argument
/linux/fs/netfs/
A Dread_helper.c1146 ractl._nr_pages = folio_nr_pages(folio); in netfs_write_begin()

Completed in 15 milliseconds