Searched refs:PAGEVEC_SIZE (Results 1 – 23 of 23) sorted by relevance
/linux-2.6.39/include/linux/ |
D | pagevec.h | 12 #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/ |
D | truncate.c | 226 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()
|
D | swap_state.c | 246 int todo = min(nr, PAGEVEC_SIZE); in free_pages_and_swap_cache()
|
D | page-writeback.c | 907 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1); in write_cache_pages()
|
D | filemap.c | 271 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1)) != 0) { in filemap_fdatawait_range()
|
D | vmscan.c | 3174 pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in scan_mapping_unevictable_pages()
|
/linux-2.6.39/fs/nilfs2/ |
D | page.c | 334 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()
|
D | segment.c | 648 PAGEVEC_SIZE - 1) + 1)) in nilfs_lookup_dirty_data_buffers() 698 PAGEVEC_SIZE)) { in nilfs_lookup_dirty_node_buffers()
|
D | btree.c | 2052 PAGEVEC_SIZE)) { in nilfs_btree_lookup_dirty_buffers()
|
/linux-2.6.39/fs/afs/ |
D | write.c | 295 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()
|
D | cache.c | 387 PAGEVEC_SIZE - pagevec_count(&pvec)); in afs_vnode_cache_now_uncached()
|
/linux-2.6.39/fs/nfs/ |
D | fscache-index.c | 279 PAGEVEC_SIZE - pagevec_count(&pvec)); in nfs_fscache_inode_now_uncached()
|
/linux-2.6.39/fs/cifs/ |
D | cache.c | 310 PAGEVEC_SIZE - pagevec_count(&pvec)); in cifs_fscache_inode_now_uncached()
|
D | connect.c | 2567 if (pvolume_info->wsize > PAGEVEC_SIZE * PAGE_CACHE_SIZE) { in setup_cifs_sb() 2575 PAGEVEC_SIZE * PAGE_CACHE_SIZE, in setup_cifs_sb()
|
D | file.c | 1250 min(end - index, (pgoff_t)PAGEVEC_SIZE - 1) + 1))) { in cifs_writepages()
|
/linux-2.6.39/fs/9p/ |
D | cache.c | 169 PAGEVEC_SIZE - pagevec_count(&pvec)); in v9fs_cache_inode_now_uncached()
|
/linux-2.6.39/fs/hugetlbfs/ |
D | inode.c | 350 if (!pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in truncate_hugepages()
|
/linux-2.6.39/fs/gfs2/ |
D | aops.c | 357 min(end - index, (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in gfs2_write_cache_jdata()
|
/linux-2.6.39/fs/ext4/ |
D | inode.c | 1214 (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/ |
D | addr.c | 690 min((pgoff_t)PAGEVEC_SIZE, in ceph_writepages_start()
|
D | inode.c | 1373 while (pagevec_lookup(&pvec, mapping, next, PAGEVEC_SIZE)) { in ceph_invalidate_nondirty_pages()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_aops.c | 799 unsigned len = min_t(pgoff_t, PAGEVEC_SIZE, tlast - tindex + 1); in xfs_cluster_write()
|
/linux-2.6.39/fs/btrfs/ |
D | extent_io.c | 2485 (pgoff_t)PAGEVEC_SIZE-1) + 1))) { in extent_write_cache_pages()
|