Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpagevec.h12 #define PAGEVEC_SIZE 14 macro
20 struct page *pages[PAGEVEC_SIZE];
51 return PAGEVEC_SIZE - pvec->nr; in pagevec_space()
/linux-2.6.39/mm/
Dtruncate.c226 pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in truncate_inode_pages_range()
267 if (!pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in truncate_inode_pages_range()
334 pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in invalidate_mapping_pages()
447 min(end - next, (pgoff_t)PAGEVEC_SIZE - 1) + 1)) { in invalidate_inode_pages2_range()
Dswap_state.c246 int todo = min(nr, PAGEVEC_SIZE); in free_pages_and_swap_cache()
Dpage-writeback.c907 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in write_cache_pages()
Dfilemap.c271 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) { in filemap_fdatawait_range()
Dvmscan.c3174 pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in scan_mapping_unevictable_pages()
/linux-2.6.39/fs/nilfs2/
Dpage.c334 PAGEVEC_SIZE)) in nilfs_copy_dirty_pages()
388 n = pagevec_lookup(&pvec, smap, index, PAGEVEC_SIZE); in nilfs_copy_back_pages()
449 PAGEVEC_SIZE)) { in nilfs_clear_dirty_pages()
569 pvec.nr = find_get_pages_contig(inode->i_mapping, index, PAGEVEC_SIZE, in nilfs_find_uncommitted_extent()
Dsegment.c648 PAGEVEC_SIZE - 1) + 1)) in nilfs_lookup_dirty_data_buffers()
698 PAGEVEC_SIZE)) { in nilfs_lookup_dirty_node_buffers()
Dbtree.c2052 PAGEVEC_SIZE)) { in nilfs_btree_lookup_dirty_buffers()
/linux-2.6.39/fs/afs/
Dwrite.c295 if (count > PAGEVEC_SIZE) in afs_kill_pages()
296 count = PAGEVEC_SIZE; in afs_kill_pages()
593 if (count > PAGEVEC_SIZE) in afs_pages_written_back()
594 count = PAGEVEC_SIZE; in afs_pages_written_back()
Dcache.c387 PAGEVEC_SIZE - pagevec_count(&pvec)); in afs_vnode_cache_now_uncached()
/linux-2.6.39/fs/nfs/
Dfscache-index.c279 PAGEVEC_SIZE - pagevec_count(&pvec)); in nfs_fscache_inode_now_uncached()
/linux-2.6.39/fs/cifs/
Dcache.c310 PAGEVEC_SIZE - pagevec_count(&pvec)); in cifs_fscache_inode_now_uncached()
Dconnect.c2567 if (pvolume_info->wsize > PAGEVEC_SIZE * PAGE_CACHE_SIZE) { in setup_cifs_sb()
2575 PAGEVEC_SIZE * PAGE_CACHE_SIZE, in setup_cifs_sb()
Dfile.c1250 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1))) { in cifs_writepages()
/linux-2.6.39/fs/9p/
Dcache.c169 PAGEVEC_SIZE - pagevec_count(&pvec)); in v9fs_cache_inode_now_uncached()
/linux-2.6.39/fs/hugetlbfs/
Dinode.c350 if (!pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in truncate_hugepages()
/linux-2.6.39/fs/gfs2/
Daops.c357 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in gfs2_write_cache_jdata()
/linux-2.6.39/fs/ext4/
Dinode.c1214 (pgoff_t)PAGEVEC_SIZE); in ext4_num_dirty_pages()
2062 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE); in mpage_da_submit_io()
2181 nr_pages = pagevec_lookup(&pvec, mapping, index, PAGEVEC_SIZE); in ext4_da_block_invalidatepages()
2752 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in write_cache_pages_da()
/linux-2.6.39/fs/ceph/
Daddr.c690 min((pgoff_t)PAGEVEC_SIZE, in ceph_writepages_start()
Dinode.c1373 while (pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in ceph_invalidate_nondirty_pages()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_aops.c799 unsigned len = min_t(pgoff_t, PAGEVEC_SIZE, tlast - tindex + 1); in xfs_cluster_write()
/linux-2.6.39/fs/btrfs/
Dextent_io.c2485 (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in extent_write_cache_pages()