Lines Matching refs:indices
767 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() local
780 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
783 index = indices[pvec.nr - 1] + 1; in shmem_unlock_mapping()
805 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() local
818 pvec.pages, indices); in shmem_undo_range()
824 index = indices[i]; in shmem_undo_range()
909 pvec.pages, indices); in shmem_undo_range()
921 index = indices[i]; in shmem_undo_range()
1123 struct page **entries, pgoff_t *indices, in shmem_find_swap_entries() argument
1149 indices[ret] = xas.xa_index; in shmem_find_swap_entries()
1169 pgoff_t *indices) in shmem_unuse_swap_entries() argument
1181 error = shmem_swapin_page(inode, indices[i], in shmem_unuse_swap_entries()
1206 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unuse_inode() local
1218 pvec.pages, indices, in shmem_unuse_inode()
1225 ret = shmem_unuse_swap_entries(inode, pvec, indices); in shmem_unuse_inode()
1237 start = indices[pvec.nr - 1]; in shmem_unuse_inode()
2644 pgoff_t indices[PAGEVEC_SIZE]; in shmem_seek_hole_data() local
2652 pvec.nr, pvec.pages, indices); in shmem_seek_hole_data()
2659 if (index < indices[i]) { in shmem_seek_hole_data()
2664 index = indices[i]; in shmem_seek_hole_data()