Lines Matching refs:fbatch
255 struct folio_batch fbatch; in bch2_mark_pagecache_unallocated() local
261 folio_batch_init(&fbatch); in bch2_mark_pagecache_unallocated()
264 &index, end_index, &fbatch)) { in bch2_mark_pagecache_unallocated()
265 for (i = 0; i < folio_batch_count(&fbatch); i++) { in bch2_mark_pagecache_unallocated()
266 struct folio *folio = fbatch.folios[i]; in bch2_mark_pagecache_unallocated()
287 folio_batch_release(&fbatch); in bch2_mark_pagecache_unallocated()
299 struct folio_batch fbatch; in bch2_mark_pagecache_reserved() local
306 folio_batch_init(&fbatch); in bch2_mark_pagecache_reserved()
309 &index, end_index, &fbatch)) { in bch2_mark_pagecache_reserved()
310 for (unsigned i = 0; i < folio_batch_count(&fbatch); i++) { in bch2_mark_pagecache_reserved()
311 struct folio *folio = fbatch.folios[i]; in bch2_mark_pagecache_reserved()
316 folio_batch_release(&fbatch); in bch2_mark_pagecache_reserved()
344 folio_batch_release(&fbatch); in bch2_mark_pagecache_reserved()
695 struct folio_batch fbatch; in bch2_seek_pagecache_data() local
703 folio_batch_init(&fbatch); in bch2_seek_pagecache_data()
706 &index, end_index, &fbatch)) { in bch2_seek_pagecache_data()
707 for (i = 0; i < folio_batch_count(&fbatch); i++) { in bch2_seek_pagecache_data()
708 struct folio *folio = fbatch.folios[i]; in bch2_seek_pagecache_data()
713 folio_batch_release(&fbatch); in bch2_seek_pagecache_data()
724 folio_batch_release(&fbatch); in bch2_seek_pagecache_data()
729 folio_batch_release(&fbatch); in bch2_seek_pagecache_data()