Lines Matching refs:pagevec
688 struct pagevec pagevec; in cachefiles_read_or_alloc_pages() local
718 pagevec_init(&pagevec); in cachefiles_read_or_alloc_pages()
752 } else if (space && pagevec_add(&pagevec, page) == 0) { in cachefiles_read_or_alloc_pages()
753 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
761 if (pagevec_count(&pagevec) > 0) in cachefiles_read_or_alloc_pages()
762 fscache_mark_pages_cached(op, &pagevec); in cachefiles_read_or_alloc_pages()
839 struct pagevec pagevec; in cachefiles_allocate_pages() local
852 pagevec_init(&pagevec); in cachefiles_allocate_pages()
855 if (pagevec_add(&pagevec, page) == 0) in cachefiles_allocate_pages()
856 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()
859 if (pagevec_count(&pagevec) > 0) in cachefiles_allocate_pages()
860 fscache_mark_pages_cached(op, &pagevec); in cachefiles_allocate_pages()