Lines Matching refs:index
32 pgoff_t index, void *entry)
34 XA_STATE(xas, &mapping->i_pages, index);
42 static void clear_shadow_entry(struct address_space *mapping, pgoff_t index,
47 __clear_shadow_entry(mapping, index, entry);
84 pgoff_t index = indices[i];
92 dax_delete_mapping_entry(mapping, index);
96 __clear_shadow_entry(mapping, index, folio);
113 pgoff_t index, void *entry)
118 clear_shadow_entry(mapping, index, entry);
127 pgoff_t index, void *entry)
133 return dax_invalidate_mapping_entry_sync(mapping, index);
134 clear_shadow_entry(mapping, index, entry);
336 pgoff_t index;
362 index = start;
363 while (index < end && find_lock_entries(mapping, &index, end - 1,
382 end = folio->index;
394 end = folio->index;
400 index = start;
401 while (index < end) {
403 if (!find_get_entries(mapping, &index, end - 1, &fbatch,
406 if (index == start)
409 index = start;
416 /* We rely upon deletion not changing page->index */
502 pgoff_t index = start;
508 while (find_lock_entries(mapping, &index, end, &fbatch, indices)) {
512 /* We rely upon deletion not changing folio->index */
623 pgoff_t index;
633 index = start;
634 while (find_get_entries(mapping, &index, end, &fbatch, indices)) {
638 /* We rely upon deletion not changing folio->index */
794 pgoff_t index;
805 index = from >> PAGE_SHIFT;
806 page = find_lock_page(inode->i_mapping, index);