Lines Matching defs:fbatch
470 struct folio_batch fbatch;
481 folio_batch_init(&fbatch);
540 if (!folio_batch_add(&fbatch, folio))
553 if (!folio_batch_count(&fbatch))
556 for (i = 0; i < folio_batch_count(&fbatch); i++) {
557 folio = fbatch.folios[i];
570 folio_batch_release(&fbatch);
709 struct folio_batch fbatch;
715 folio_batch_init(&fbatch);
721 PAGECACHE_TAG_DIRTY, &fbatch);
726 folio = fbatch.folios[i];
740 folio_batch_release(&fbatch);
770 folio_batch_release(&fbatch);
785 folio_batch_release(&fbatch);
792 folio_batch_release(&fbatch);