Searched refs:cow_start (Results 1 – 2 of 2) sorted by relevance
2007 u64 cow_start = (u64)-1; in run_delalloc_nocow() local2114 if (cow_start == (u64)-1) in run_delalloc_nocow()2115 cow_start = cur_offset; in run_delalloc_nocow()2164 if (cow_start == (u64)-1) in run_delalloc_nocow()2165 cow_start = cur_offset; in run_delalloc_nocow()2180 if (cow_start != (u64)-1) { in run_delalloc_nocow()2181 ret = fallback_to_cow(inode, locked_folio, cow_start, in run_delalloc_nocow()2188 cow_start = (u64)-1; in run_delalloc_nocow()2203 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()2204 cow_start = cur_offset; in run_delalloc_nocow()[all …]
1090 __field( u64, cow_start )1099 __entry->cow_start = cow->start;1110 __entry->cow_start,