Lines Matching defs:curr_index
401 pgoff_t curr_index;
405 curr_index = wpa->ia.write.in.offset >> PAGE_SHIFT;
406 if (idx_from >= curr_index + wpa->ia.ap.num_pages)
408 else if (idx_to < curr_index)
1740 pgoff_t curr_index;
1746 curr_index = curr->ia.write.in.offset >> PAGE_SHIFT;
1748 if (idx_from >= curr_index + curr->ia.ap.num_pages)
1750 else if (idx_to < curr_index)
2060 pgoff_t curr_index;
2063 curr_index = tmp->ia.write.in.offset >> PAGE_SHIFT;
2064 if (curr_index == page->index) {