Lines Matching defs:curr_index
414 pgoff_t curr_index;
418 curr_index = wpa->ia.write.in.offset >> PAGE_SHIFT;
419 if (idx_from >= curr_index + wpa->ia.ap.num_pages)
421 else if (idx_to < curr_index)
1783 pgoff_t curr_index;
1789 curr_index = curr->ia.write.in.offset >> PAGE_SHIFT;
1791 if (idx_from >= curr_index + curr->ia.ap.num_pages)
1793 else if (idx_to < curr_index)
2119 pgoff_t curr_index;
2122 curr_index = tmp->ia.write.in.offset >> PAGE_SHIFT;
2123 if (curr_index == page->index) {