Searched refs:PAGEVEC_SIZE (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | pagevec.h | 15 #define PAGEVEC_SIZE 15 macro 23 struct page *pages[PAGEVEC_SIZE]; 73 return PAGEVEC_SIZE - pvec->nr; in pagevec_space()
|
/kernel/linux/linux-5.10/mm/ |
D | truncate.c | 296 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() 327 min(end - index, (pgoff_t)PAGEVEC_SIZE), in truncate_inode_pages_range() 414 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range() 531 pgoff_t indices[PAGEVEC_SIZE]; in __invalidate_mapping_pages() 540 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in __invalidate_mapping_pages() 706 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range() 720 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_inode_pages2_range()
|
D | swap.c | 1157 pvec->nr = find_get_pages_range(mapping, start, end, PAGEVEC_SIZE, in pagevec_lookup_range() 1168 PAGEVEC_SIZE, pvec->pages); in pagevec_lookup_range_tag() 1178 min_t(unsigned int, max_pages, PAGEVEC_SIZE), pvec->pages); in pagevec_lookup_range_nr_tag()
|
D | shmem.c | 850 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() 863 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping() 914 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() 926 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range() 997 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range() 1277 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unuse_inode() 1283 unsigned int nr_entries = PAGEVEC_SIZE; in shmem_unuse_inode() 1285 if (frontswap_partial && *fs_pages_to_unuse < PAGEVEC_SIZE) in shmem_unuse_inode() 2691 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data() 2727 pvec.nr = PAGEVEC_SIZE; in shmem_seek_hole_data()
|
/kernel/linux/linux-5.10/fs/afs/ |
D | write.c | 254 if (count > PAGEVEC_SIZE) in afs_kill_pages() 255 count = PAGEVEC_SIZE; in afs_kill_pages() 297 if (count > PAGEVEC_SIZE) in afs_redirty_pages() 298 count = PAGEVEC_SIZE; in afs_redirty_pages() 336 if (count > PAGEVEC_SIZE) in afs_pages_written_back() 337 count = PAGEVEC_SIZE; in afs_pages_written_back()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | page.c | 509 pvec.nr = find_get_pages_contig(inode->i_mapping, index, PAGEVEC_SIZE, in nilfs_find_uncommitted_extent()
|