Lines Matching refs:cow_start
1265 u64 cow_start; in run_delalloc_nocow() local
1296 cow_start = (u64)-1; in run_delalloc_nocow()
1317 if (cow_start != (u64)-1) in run_delalloc_nocow()
1318 cur_offset = cow_start; in run_delalloc_nocow()
1391 if (cow_start != (u64)-1) in run_delalloc_nocow()
1392 cur_offset = cow_start; in run_delalloc_nocow()
1421 if (cow_start != (u64)-1) in run_delalloc_nocow()
1422 cur_offset = cow_start; in run_delalloc_nocow()
1447 if (cow_start == (u64)-1) in run_delalloc_nocow()
1448 cow_start = cur_offset; in run_delalloc_nocow()
1457 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1459 cow_start, found_key.offset - 1, in run_delalloc_nocow()
1468 cow_start = (u64)-1; in run_delalloc_nocow()
1534 if (cur_offset <= end && cow_start == (u64)-1) { in run_delalloc_nocow()
1535 cow_start = cur_offset; in run_delalloc_nocow()
1539 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1540 ret = cow_file_range(inode, locked_page, cow_start, end, end, in run_delalloc_nocow()