Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpagevec.h12 #define PAGEVEC_SIZE 14 macro
20 struct page *pages[PAGEVEC_SIZE];
54 return PAGEVEC_SIZE - pvec->nr; in pagevec_space()
/linux-4.4.14/mm/
Dtruncate.c226 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range()
258 min(end - index, (pgoff_t)PAGEVEC_SIZE), in truncate_inode_pages_range()
332 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range()
457 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_mapping_pages()
466 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_mapping_pages()
566 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range()
578 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_inode_pages2_range()
Dshmem.c368 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping()
381 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
406 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range()
418 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range()
486 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range()
1764 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data()
1800 pvec.nr = PAGEVEC_SIZE; in shmem_seek_hole_data()
Dpage-writeback.c2188 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in write_cache_pages()
Dfilemap.c350 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) { in __filemap_fdatawait_range()
/linux-4.4.14/fs/nilfs2/
Dpage.c266 PAGEVEC_SIZE)) in nilfs_copy_dirty_pages()
320 n = pagevec_lookup(&pvec, smap, index, PAGEVEC_SIZE); in nilfs_copy_back_pages()
386 PAGEVEC_SIZE)) { in nilfs_clear_dirty_pages()
532 pvec.nr = find_get_pages_contig(inode->i_mapping, index, PAGEVEC_SIZE, in nilfs_find_uncommitted_extent()
Dsegment.c710 PAGEVEC_SIZE - 1) + 1)) in nilfs_lookup_dirty_data_buffers()
757 PAGEVEC_SIZE)) { in nilfs_lookup_dirty_node_buffers()
Dbtree.c2151 PAGEVEC_SIZE)) { in nilfs_btree_lookup_dirty_buffers()
/linux-4.4.14/fs/afs/
Dwrite.c292 if (count > PAGEVEC_SIZE) in afs_kill_pages()
293 count = PAGEVEC_SIZE; in afs_kill_pages()
590 if (count > PAGEVEC_SIZE) in afs_pages_written_back()
591 count = PAGEVEC_SIZE; in afs_pages_written_back()
Dcache.c387 PAGEVEC_SIZE - pagevec_count(&pvec)); in afs_vnode_cache_now_uncached()
/linux-4.4.14/fs/nfs/
Dfscache-index.c278 PAGEVEC_SIZE - pagevec_count(&pvec)); in nfs_fscache_inode_now_uncached()
/linux-4.4.14/fs/cifs/
Dcache.c310 PAGEVEC_SIZE - pagevec_count(&pvec)); in cifs_fscache_inode_now_uncached()
/linux-4.4.14/fs/ceph/
Dcache.c160 PAGEVEC_SIZE - pagevec_count(&pvec)); in ceph_fscache_inode_now_uncached()
Daddr.c797 min((pgoff_t)PAGEVEC_SIZE, in ceph_writepages_start()
/linux-4.4.14/fs/9p/
Dcache.c167 PAGEVEC_SIZE - pagevec_count(&pvec)); in v9fs_cache_inode_now_uncached()
/linux-4.4.14/fs/ext4/
Dfile.c463 num = min_t(pgoff_t, end - index, PAGEVEC_SIZE); in ext4_find_unwritten_pgoff()
Dinode.c1485 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE); in mpage_release_unused_pages()
2086 PAGEVEC_SIZE); in mpage_map_and_submit_buffers()
2365 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in mpage_prepare_extent_to_map()
/linux-4.4.14/fs/fscache/
Dpage.c1179 if (!pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) in __fscache_uncache_all_inode_pages()
/linux-4.4.14/fs/gfs2/
Daops.c386 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in gfs2_write_cache_jdata()
/linux-4.4.14/fs/f2fs/
Dnode.c1171 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in sync_node_pages()
1269 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in wait_on_node_pages_writeback()
Dcheckpoint.c292 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in sync_meta_pages()
Ddata.c1253 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1); in f2fs_write_cache_pages()
/linux-4.4.14/fs/xfs/
Dxfs_file.c1211 want = min_t(pgoff_t, end - index, PAGEVEC_SIZE); in xfs_find_get_desired_pgoff()
Dxfs_aops.c841 unsigned len = min_t(pgoff_t, PAGEVEC_SIZE, tlast - tindex + 1); in xfs_cluster_write()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c360 long lookup_nr = PAGEVEC_SIZE; in remove_inode_hugepages()
/linux-4.4.14/fs/btrfs/
Dextent_io.c3942 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in btree_write_cache_pages()
4086 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in extent_write_cache_pages()