Home
last modified time | relevance | path

Searched refs:PAGEVEC_SIZE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dpagevec.h15 #define PAGEVEC_SIZE 15 macro
23 struct page *pages[PAGEVEC_SIZE];
73 return PAGEVEC_SIZE - pvec->nr; in pagevec_space()
/Linux-v5.10/mm/
Dtruncate.c299 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range()
330 min(end - index, (pgoff_t)PAGEVEC_SIZE), in truncate_inode_pages_range()
417 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range()
534 pgoff_t indices[PAGEVEC_SIZE]; in __invalidate_mapping_pages()
543 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in __invalidate_mapping_pages()
709 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range()
723 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_inode_pages2_range()
Dswap.c1151 pvec->nr = find_get_pages_range(mapping, start, end, PAGEVEC_SIZE, in pagevec_lookup_range()
1162 PAGEVEC_SIZE, pvec->pages); in pagevec_lookup_range_tag()
1172 min_t(unsigned int, max_pages, PAGEVEC_SIZE), pvec->pages); in pagevec_lookup_range_nr_tag()
Dshmem.c845 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping()
858 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
909 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range()
921 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range()
992 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range()
1272 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unuse_inode()
1278 unsigned int nr_entries = PAGEVEC_SIZE; in shmem_unuse_inode()
1280 if (frontswap_partial && *fs_pages_to_unuse < PAGEVEC_SIZE) in shmem_unuse_inode()
2690 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data()
2726 pvec.nr = PAGEVEC_SIZE; in shmem_seek_hole_data()
/Linux-v5.10/fs/afs/
Dwrite.c254 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()
/Linux-v5.10/fs/nilfs2/
Dpage.c510 pvec.nr = find_get_pages_contig(inode->i_mapping, index, PAGEVEC_SIZE, in nilfs_find_uncommitted_extent()