Lines Matching refs:cow_start
1969 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
2108 if (cow_start == (u64)-1) in run_delalloc_nocow()
2109 cow_start = cur_offset; in run_delalloc_nocow()
2124 if (cow_start != (u64)-1) { in run_delalloc_nocow()
2126 cow_start, found_key.offset - 1); in run_delalloc_nocow()
2127 cow_start = (u64)-1; in run_delalloc_nocow()
2201 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
2202 cow_start = cur_offset; in run_delalloc_nocow()
2204 if (cow_start != (u64)-1) { in run_delalloc_nocow()
2206 ret = fallback_to_cow(inode, locked_page, cow_start, end); in run_delalloc_nocow()
2207 cow_start = (u64)-1; in run_delalloc_nocow()
2221 if (cow_start != (u64)-1) in run_delalloc_nocow()
2222 cur_offset = cow_start; in run_delalloc_nocow()