Lines Matching refs:cow_start
1911 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
1970 if (cow_start != (u64)-1) in run_delalloc_nocow()
1971 cur_offset = cow_start; in run_delalloc_nocow()
2037 if (cow_start != (u64)-1) in run_delalloc_nocow()
2038 cur_offset = cow_start; in run_delalloc_nocow()
2054 if (cow_start == (u64)-1) in run_delalloc_nocow()
2055 cow_start = cur_offset; in run_delalloc_nocow()
2070 if (cow_start != (u64)-1) { in run_delalloc_nocow()
2072 cow_start, found_key.offset - 1, in run_delalloc_nocow()
2076 cow_start = (u64)-1; in run_delalloc_nocow()
2156 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()
2157 cow_start = cur_offset; in run_delalloc_nocow()
2159 if (cow_start != (u64)-1) { in run_delalloc_nocow()
2161 ret = fallback_to_cow(inode, locked_page, cow_start, end, in run_delalloc_nocow()