Home
last modified time | relevance | path

Searched refs:cur_end (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/btrfs/
Dinode.c1047 u64 cur_end; in cow_file_range_async() local
1061 cur_end = end; in cow_file_range_async()
1063 cur_end = min(end, start + 512 * 1024 - 1); in cow_file_range_async()
1065 async_cow->end = cur_end; in cow_file_range_async()
1073 nr_pages = (cur_end - start + PAGE_CACHE_SIZE) >> in cow_file_range_async()
1094 start = cur_end + 1; in cow_file_range_async()
Dextent_io.c2610 u64 cur_end; in __extent_read_full_page() local
2689 cur_end = min(extent_map_end(em) - 1, end); in __extent_read_full_page()
2724 if (test_range_bit(tree, cur, cur_end, in __extent_read_full_page()