Lines Matching refs:fbatch
939 struct folio_batch fbatch; in ceph_writepages_start() local
969 folio_batch_init(&fbatch); in ceph_writepages_start()
1036 end, tag, &fbatch); in ceph_writepages_start()
1041 page = &fbatch.folios[i]->page; in ceph_writepages_start()
1181 fbatch.folios[i] = NULL; in ceph_writepages_start()
1192 if (!fbatch.folios[j]) in ceph_writepages_start()
1195 fbatch.folios[n] = fbatch.folios[j]; in ceph_writepages_start()
1198 fbatch.nr = n; in ceph_writepages_start()
1203 folio_batch_release(&fbatch); in ceph_writepages_start()
1354 dout("folio_batch release on %d folios (%p)\n", (int)fbatch.nr, in ceph_writepages_start()
1355 fbatch.nr ? fbatch.folios[0] : NULL); in ceph_writepages_start()
1356 folio_batch_release(&fbatch); in ceph_writepages_start()
1376 &fbatch))) { in ceph_writepages_start()
1378 page = &fbatch.folios[i]->page; in ceph_writepages_start()
1383 folio_batch_release(&fbatch); in ceph_writepages_start()