Lines Matching refs:cow_start
1322 u64 cow_start; in run_delalloc_nocow() local
1353 cow_start = (u64)-1; in run_delalloc_nocow()
1374 if (cow_start != (u64)-1) in run_delalloc_nocow()
1375 cur_offset = cow_start; in run_delalloc_nocow()
1449 if (cow_start != (u64)-1) in run_delalloc_nocow()
1450 cur_offset = cow_start; in run_delalloc_nocow()
1479 if (cow_start != (u64)-1) in run_delalloc_nocow()
1480 cur_offset = cow_start; in run_delalloc_nocow()
1505 if (cow_start == (u64)-1) in run_delalloc_nocow()
1506 cow_start = cur_offset; in run_delalloc_nocow()
1515 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1517 cow_start, found_key.offset - 1, in run_delalloc_nocow()
1526 cow_start = (u64)-1; in run_delalloc_nocow()
1592 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
1593 cow_start = cur_offset; in run_delalloc_nocow()
1595 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1597 ret = cow_file_range(inode, locked_page, cow_start, end, end, in run_delalloc_nocow()