Lines Matching refs:pagevec
690 struct pagevec pagevec; in cachefiles_read_or_alloc_pages() local
720 pagevec_init(&pagevec); in cachefiles_read_or_alloc_pages()
754 } else if (space && pagevec_add(&pagevec, page) == 0) { in cachefiles_read_or_alloc_pages()
755 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
763 if (pagevec_count(&pagevec) > 0) in cachefiles_read_or_alloc_pages()
764 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
841 struct pagevec pagevec; in cachefiles_allocate_pages() local
854 pagevec_init(&pagevec); in cachefiles_allocate_pages()
857 if (pagevec_add(&pagevec, page) == 0) in cachefiles_allocate_pages()
858 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
861 if (pagevec_count(&pagevec) > 0) in cachefiles_allocate_pages()
862 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()