Lines Matching refs:cow_start
1457 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
1516 if (cow_start != (u64)-1) in run_delalloc_nocow()
1517 cur_offset = cow_start; in run_delalloc_nocow()
1613 if (cow_start != (u64)-1) in run_delalloc_nocow()
1614 cur_offset = cow_start; in run_delalloc_nocow()
1643 if (cow_start != (u64)-1) in run_delalloc_nocow()
1644 cur_offset = cow_start; in run_delalloc_nocow()
1671 if (cow_start == (u64)-1) in run_delalloc_nocow()
1672 cow_start = cur_offset; in run_delalloc_nocow()
1687 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1689 cow_start, found_key.offset - 1, in run_delalloc_nocow()
1693 cow_start = (u64)-1; in run_delalloc_nocow()
1766 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
1767 cow_start = cur_offset; in run_delalloc_nocow()
1769 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1771 ret = fallback_to_cow(inode, locked_page, cow_start, end, in run_delalloc_nocow()