Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 4 of 4) sorted by relevance

/mm/
Dtruncate.c60 struct pagevec *pvec, pgoff_t *indices, in truncate_exceptional_pvec_entries() argument
78 lock = !dax && indices[j] < end; in truncate_exceptional_pvec_entries()
84 pgoff_t index = indices[i]; in truncate_exceptional_pvec_entries()
296 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() local
328 indices)) { in truncate_inode_pages_range()
341 index = indices[i]; in truncate_inode_pages_range()
366 truncate_exceptional_pvec_entries(mapping, &pvec, indices, end); in truncate_inode_pages_range()
414 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range()
422 if (index == start && indices[0] >= end) { in truncate_inode_pages_range()
433 index = indices[i]; in truncate_inode_pages_range()
[all …]
Dshmem.c857 pgoff_t indices[PAGEVEC_SIZE]; in shmem_unlock_mapping() local
870 PAGEVEC_SIZE, pvec.pages, indices); in shmem_unlock_mapping()
873 index = indices[pvec.nr - 1] + 1; in shmem_unlock_mapping()
921 pgoff_t indices[PAGEVEC_SIZE]; in shmem_undo_range() local
934 pvec.pages, indices); in shmem_undo_range()
940 index = indices[i]; in shmem_undo_range()
1005 pvec.pages, indices); in shmem_undo_range()
1017 index = indices[i]; in shmem_undo_range()
1201 struct page **entries, pgoff_t *indices, in shmem_find_swap_entries() argument
1227 indices[ret] = xas.xa_index; in shmem_find_swap_entries()
[all …]
Dswap.c1230 pgoff_t *indices) in pagevec_lookup_entries() argument
1233 pvec->pages, indices); in pagevec_lookup_entries()
Dfilemap.c1908 struct page **entries, pgoff_t *indices) in find_get_entries() argument
1945 indices[ret] = xas.xa_index; in find_get_entries()