Lines Matching refs:indices
366 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() local
379 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
382 index = indices[pvec.nr - 1] + 1; in shmem_unlock_mapping()
404 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() local
417 pvec.pages, indices); in shmem_undo_range()
423 index = indices[i]; in shmem_undo_range()
485 pvec.pages, indices); in shmem_undo_range()
497 index = indices[i]; in shmem_undo_range()
1748 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data() local
1756 pvec.nr, pvec.pages, indices); in shmem_seek_hole_data()
1763 if (index < indices[i]) { in shmem_seek_hole_data()
1768 index = indices[i]; in shmem_seek_hole_data()