Lines Matching refs:cow_start
1456 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
1515 if (cow_start != (u64)-1) in run_delalloc_nocow()
1516 cur_offset = cow_start; in run_delalloc_nocow()
1612 if (cow_start != (u64)-1) in run_delalloc_nocow()
1613 cur_offset = cow_start; in run_delalloc_nocow()
1642 if (cow_start != (u64)-1) in run_delalloc_nocow()
1643 cur_offset = cow_start; in run_delalloc_nocow()
1670 if (cow_start == (u64)-1) in run_delalloc_nocow()
1671 cow_start = cur_offset; in run_delalloc_nocow()
1686 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1688 cow_start, found_key.offset - 1, in run_delalloc_nocow()
1692 cow_start = (u64)-1; in run_delalloc_nocow()
1765 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
1766 cow_start = cur_offset; in run_delalloc_nocow()
1768 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1770 ret = fallback_to_cow(inode, locked_page, cow_start, end, in run_delalloc_nocow()