Searched refs:cur_end (Results 1 – 2 of 2) sorted by relevance
1124 u64 cur_end; in cow_file_range_async() local1139 cur_end = end; in cow_file_range_async()1141 cur_end = min(end, start + 512 * 1024 - 1); in cow_file_range_async()1143 async_cow->end = cur_end; in cow_file_range_async()1151 nr_pages = (cur_end - start + PAGE_CACHE_SIZE) >> in cow_file_range_async()1172 start = cur_end + 1; in cow_file_range_async()
2922 u64 cur_end; in __do_readpage() local2998 cur_end = min(extent_map_end(em) - 1, end); in __do_readpage()3076 if (test_range_bit(tree, cur, cur_end, in __do_readpage()