Lines Matching refs:indices
845 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() local
858 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
861 index = indices[pvec.nr - 1] + 1; in shmem_unlock_mapping()
909 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() local
922 pvec.pages, indices); in shmem_undo_range()
928 index = indices[i]; in shmem_undo_range()
993 pvec.pages, indices); in shmem_undo_range()
1005 index = indices[i]; in shmem_undo_range()
1189 struct page **entries, pgoff_t *indices, in shmem_find_swap_entries() argument
1215 indices[ret] = xas.xa_index; in shmem_find_swap_entries()
1235 pgoff_t *indices) in shmem_unuse_swap_entries() argument
1247 error = shmem_swapin_page(inode, indices[i], in shmem_unuse_swap_entries()
1272 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unuse_inode() local
1284 pvec.pages, indices, in shmem_unuse_inode()
1291 ret = shmem_unuse_swap_entries(inode, pvec, indices); in shmem_unuse_inode()
1303 start = indices[pvec.nr - 1]; in shmem_unuse_inode()
2690 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data() local
2698 pvec.nr, pvec.pages, indices); in shmem_seek_hole_data()
2705 if (index < indices[i]) { in shmem_seek_hole_data()
2710 index = indices[i]; in shmem_seek_hole_data()