Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/mm/
Dtruncate.c228 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range()
260 min(end - index, (pgoff_t)PAGEVEC_SIZE), in truncate_inode_pages_range()
334 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range()
459 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_mapping_pages()
468 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_mapping_pages()
562 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range()
574 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1, in invalidate_inode_pages2_range()
Dshmem.c366 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping()
379 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
404 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range()
416 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range()
484 min(end - index, (pgoff_t)PAGEVEC_SIZE), in shmem_undo_range()
1748 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data()
1784 pvec.nr = PAGEVEC_SIZE; in shmem_seek_hole_data()
Dpage-writeback.c1878 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in write_cache_pages()
Dfilemap.c345 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) { in filemap_fdatawait_range()
/linux-4.1.27/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.c649 PAGEVEC_SIZE - 1) + 1)) in nilfs_lookup_dirty_data_buffers()
696 PAGEVEC_SIZE)) { in nilfs_lookup_dirty_node_buffers()
Dbtree.c2156 PAGEVEC_SIZE)) { in nilfs_btree_lookup_dirty_buffers()
/linux-4.1.27/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.1.27/fs/nfs/
Dfscache-index.c278 PAGEVEC_SIZE - pagevec_count(&pvec)); in nfs_fscache_inode_now_uncached()
/linux-4.1.27/fs/cifs/
Dcache.c310 PAGEVEC_SIZE - pagevec_count(&pvec)); in cifs_fscache_inode_now_uncached()
/linux-4.1.27/fs/9p/
Dcache.c167 PAGEVEC_SIZE - pagevec_count(&pvec)); in v9fs_cache_inode_now_uncached()
/linux-4.1.27/fs/ceph/
Dcache.c160 PAGEVEC_SIZE - pagevec_count(&pvec)); in ceph_fscache_inode_now_uncached()
Daddr.c792 min((pgoff_t)PAGEVEC_SIZE, in ceph_writepages_start()
/linux-4.1.27/fs/ext4/
Dfile.c354 num = min_t(pgoff_t, end - index, PAGEVEC_SIZE); in ext4_find_unwritten_pgoff()
Dinode.c1464 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE); in mpage_release_unused_pages()
2054 PAGEVEC_SIZE); in mpage_map_and_submit_buffers()
2333 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in mpage_prepare_extent_to_map()
/linux-4.1.27/fs/fscache/
Dpage.c1179 if (!pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) in __fscache_uncache_all_inode_pages()
/linux-4.1.27/fs/gfs2/
Daops.c386 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in gfs2_write_cache_jdata()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c316 if (!pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in truncate_hugepages()
/linux-4.1.27/fs/f2fs/
Dnode.c1157 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in sync_node_pages()
1259 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in wait_on_node_pages_writeback()
Dcheckpoint.c257 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in sync_meta_pages()
/linux-4.1.27/fs/xfs/
Dxfs_file.c1173 want = min_t(pgoff_t, end - index, PAGEVEC_SIZE); in xfs_find_get_desired_pgoff()
Dxfs_aops.c836 unsigned len = min_t(pgoff_t, PAGEVEC_SIZE, tlast - tindex + 1); in xfs_cluster_write()
/linux-4.1.27/fs/btrfs/
Dextent_io.c3870 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in btree_write_cache_pages()
4014 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in extent_write_cache_pages()