Lines Matching refs:cow_start
1226 u64 cow_start; in run_delalloc_nocow() local
1275 cow_start = (u64)-1; in run_delalloc_nocow()
1391 if (cow_start == (u64)-1) in run_delalloc_nocow()
1392 cow_start = cur_offset; in run_delalloc_nocow()
1401 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1403 cow_start, found_key.offset - 1, in run_delalloc_nocow()
1410 cow_start = (u64)-1; in run_delalloc_nocow()
1476 if (cur_offset <= end && cow_start == (u64)-1) { in run_delalloc_nocow()
1477 cow_start = cur_offset; in run_delalloc_nocow()
1481 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1482 ret = cow_file_range(inode, locked_page, cow_start, end, in run_delalloc_nocow()