Lines Matching refs:indices
368 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() local
381 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
384 index = indices[pvec.nr - 1] + 1; in shmem_unlock_mapping()
406 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() local
419 pvec.pages, indices); in shmem_undo_range()
425 index = indices[i]; in shmem_undo_range()
487 pvec.pages, indices); in shmem_undo_range()
499 index = indices[i]; in shmem_undo_range()
1764 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data() local
1772 pvec.nr, pvec.pages, indices); in shmem_seek_hole_data()
1779 if (index < indices[i]) { in shmem_seek_hole_data()
1784 index = indices[i]; in shmem_seek_hole_data()