Lines Matching refs:fbatch
704 struct folio_batch fbatch;
718 folio_batch_init(&fbatch);
722 PAGECACHE_TAG_DIRTY, &fbatch))
725 for (i = 0; i < folio_batch_count(&fbatch); i++) {
727 struct folio *folio = fbatch.folios[i];
749 folio_batch_release(&fbatch);
757 folio_batch_release(&fbatch);
767 struct folio_batch fbatch;
774 folio_batch_init(&fbatch);
777 (pgoff_t)-1, PAGECACHE_TAG_DIRTY, &fbatch)) {
778 for (i = 0; i < folio_batch_count(&fbatch); i++) {
779 bh = head = folio_buffers(fbatch.folios[i]);
790 folio_batch_release(&fbatch);