Lines Matching refs:pagevec
690 struct pagevec pagevec; in cachefiles_read_or_alloc_pages() local
718 pagevec_init(&pagevec); in cachefiles_read_or_alloc_pages()
753 } else if (space && pagevec_add(&pagevec, page) == 0) { in cachefiles_read_or_alloc_pages()
754 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
762 if (pagevec_count(&pagevec) > 0) in cachefiles_read_or_alloc_pages()
763 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
840 struct pagevec pagevec; in cachefiles_allocate_pages() local
853 pagevec_init(&pagevec); in cachefiles_allocate_pages()
856 if (pagevec_add(&pagevec, page) == 0) in cachefiles_allocate_pages()
857 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
860 if (pagevec_count(&pagevec) > 0) in cachefiles_allocate_pages()
861 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()