Lines Matching refs:pagevec
683 struct pagevec pagevec; in cachefiles_read_or_alloc_pages() local
713 pagevec_init(&pagevec, 0); in cachefiles_read_or_alloc_pages()
747 } else if (space && pagevec_add(&pagevec, page) == 0) { in cachefiles_read_or_alloc_pages()
748 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
756 if (pagevec_count(&pagevec) > 0) in cachefiles_read_or_alloc_pages()
757 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
834 struct pagevec pagevec; in cachefiles_allocate_pages() local
847 pagevec_init(&pagevec, 0); in cachefiles_allocate_pages()
850 if (pagevec_add(&pagevec, page) == 0) in cachefiles_allocate_pages()
851 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
854 if (pagevec_count(&pagevec) > 0) in cachefiles_allocate_pages()
855 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()