Lines Matching refs:fbatch
955 struct folio_batch fbatch; in ceph_writepages_start() local
985 folio_batch_init(&fbatch); in ceph_writepages_start()
1052 end, tag, &fbatch); in ceph_writepages_start()
1057 page = &fbatch.folios[i]->page; in ceph_writepages_start()
1199 fbatch.folios[i] = NULL; in ceph_writepages_start()
1210 if (!fbatch.folios[j]) in ceph_writepages_start()
1213 fbatch.folios[n] = fbatch.folios[j]; in ceph_writepages_start()
1216 fbatch.nr = n; in ceph_writepages_start()
1221 folio_batch_release(&fbatch); in ceph_writepages_start()
1374 (int)fbatch.nr, fbatch.nr ? fbatch.folios[0] : NULL); in ceph_writepages_start()
1375 folio_batch_release(&fbatch); in ceph_writepages_start()
1395 &fbatch))) { in ceph_writepages_start()
1397 page = &fbatch.folios[i]->page; in ceph_writepages_start()
1402 folio_batch_release(&fbatch); in ceph_writepages_start()