Lines Matching defs:fbatch
702 struct folio_batch fbatch;
716 folio_batch_init(&fbatch);
720 PAGECACHE_TAG_DIRTY, &fbatch))
723 for (i = 0; i < folio_batch_count(&fbatch); i++) {
725 struct folio *folio = fbatch.folios[i];
748 folio_batch_release(&fbatch);
754 folio_batch_release(&fbatch);
764 struct folio_batch fbatch;
771 folio_batch_init(&fbatch);
774 (pgoff_t)-1, PAGECACHE_TAG_DIRTY, &fbatch)) {
775 for (i = 0; i < folio_batch_count(&fbatch); i++) {
776 bh = head = folio_buffers(fbatch.folios[i]);
787 folio_batch_release(&fbatch);