Lines Matching refs:pvec
688 struct pagevec pvec; in ceph_release_pages() local
691 pagevec_init(&pvec); in ceph_release_pages()
693 if (pagevec_add(&pvec, pages[i]) == 0) in ceph_release_pages()
694 pagevec_release(&pvec); in ceph_release_pages()
696 pagevec_release(&pvec); in ceph_release_pages()
798 struct pagevec pvec; in ceph_writepages_start() local
822 pagevec_init(&pvec); in ceph_writepages_start()
880 pvec_pages = pagevec_lookup_range_nr_tag(&pvec, mapping, &index, in ceph_writepages_start()
887 page = pvec.pages[i]; in ceph_writepages_start()
1006 pvec.pages[i] = NULL; in ceph_writepages_start()
1018 if (!pvec.pages[j]) in ceph_writepages_start()
1021 pvec.pages[n] = pvec.pages[j]; in ceph_writepages_start()
1024 pvec.nr = n; in ceph_writepages_start()
1029 pagevec_release(&pvec); in ceph_writepages_start()
1154 dout("pagevec_release on %d pages (%p)\n", (int)pvec.nr, in ceph_writepages_start()
1155 pvec.nr ? pvec.pages[0] : NULL); in ceph_writepages_start()
1156 pagevec_release(&pvec); in ceph_writepages_start()
1173 (nr = pagevec_lookup_tag(&pvec, mapping, &index, in ceph_writepages_start()
1176 page = pvec.pages[i]; in ceph_writepages_start()
1181 pagevec_release(&pvec); in ceph_writepages_start()