Lines Matching refs:fbatch
297 struct folio_batch fbatch; in nilfs_copy_back_pages() local
301 folio_batch_init(&fbatch); in nilfs_copy_back_pages()
303 n = filemap_get_folios(smap, &start, ~0UL, &fbatch); in nilfs_copy_back_pages()
307 for (i = 0; i < folio_batch_count(&fbatch); i++) { in nilfs_copy_back_pages()
308 struct folio *folio = fbatch.folios[i], *dfolio; in nilfs_copy_back_pages()
347 folio_batch_release(&fbatch); in nilfs_copy_back_pages()
486 struct folio_batch fbatch; in nilfs_find_uncommitted_extent() local
494 folio_batch_init(&fbatch); in nilfs_find_uncommitted_extent()
498 &fbatch); in nilfs_find_uncommitted_extent()
504 folio = fbatch.folios[i]; in nilfs_find_uncommitted_extent()
532 folio_batch_release(&fbatch); in nilfs_find_uncommitted_extent()
538 folio_batch_release(&fbatch); in nilfs_find_uncommitted_extent()