Lines Matching refs:indices
61 struct folio_batch *fbatch, pgoff_t *indices) in truncate_folio_batch_exceptionals() argument
85 pgoff_t index = indices[i]; in truncate_folio_batch_exceptionals()
336 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() local
365 &fbatch, indices)) { in truncate_inode_pages_range()
366 index = indices[folio_batch_count(&fbatch) - 1] + 1; in truncate_inode_pages_range()
367 truncate_folio_batch_exceptionals(mapping, &fbatch, indices); in truncate_inode_pages_range()
405 indices)) { in truncate_inode_pages_range()
418 index = indices[i]; in truncate_inode_pages_range()
430 truncate_folio_batch_exceptionals(mapping, &fbatch, indices); in truncate_inode_pages_range()
505 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_mapping_pagevec() local
513 while (find_lock_entries(mapping, index, end, &fbatch, indices)) { in invalidate_mapping_pagevec()
518 index = indices[i]; in invalidate_mapping_pagevec()
631 pgoff_t indices[PAGEVEC_SIZE]; in invalidate_inode_pages2_range() local
644 while (find_get_entries(mapping, index, end, &fbatch, indices)) { in invalidate_inode_pages2_range()
649 index = indices[i]; in invalidate_inode_pages2_range()