Lines Matching refs:start
1676 struct file *file, pgoff_t start,
1682 pgoff_t index, end = start + HPAGE_PMD_NR;
1684 XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER);
1689 VM_BUG_ON(start & (HPAGE_PMD_NR - 1));
1722 new_page->index = start;
1731 xas_set(&xas, start);
1732 for (index = start; index < end; index++) {
1743 if (index == start) {
1928 index = start;
1959 retract_page_tables(mapping, start);
1973 xas_set(&xas, start);
2013 struct file *file, pgoff_t start, struct page **hpage)
2017 XA_STATE(xas, &mapping->i_pages, start);
2026 xas_for_each(&xas, page, start + HPAGE_PMD_NR - 1) {
2081 collapse_file(mm, file, start, hpage, node);
2089 struct file *file, pgoff_t start, struct page **hpage)