Lines Matching refs:cow_start
1585 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
1644 if (cow_start != (u64)-1) in run_delalloc_nocow()
1645 cur_offset = cow_start; in run_delalloc_nocow()
1747 if (cow_start != (u64)-1) in run_delalloc_nocow()
1748 cur_offset = cow_start; in run_delalloc_nocow()
1777 if (cow_start != (u64)-1) in run_delalloc_nocow()
1778 cur_offset = cow_start; in run_delalloc_nocow()
1806 if (cow_start == (u64)-1) in run_delalloc_nocow()
1807 cow_start = cur_offset; in run_delalloc_nocow()
1822 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1824 cow_start, found_key.offset - 1, in run_delalloc_nocow()
1828 cow_start = (u64)-1; in run_delalloc_nocow()
1901 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
1902 cow_start = cur_offset; in run_delalloc_nocow()
1904 if (cow_start != (u64)-1) { in run_delalloc_nocow()
1906 ret = fallback_to_cow(inode, locked_page, cow_start, end, in run_delalloc_nocow()