Searched refs:cow_start (Results 1 – 2 of 2) sorted by relevance
1986 u64 cow_start = (u64)-1; in run_delalloc_nocow() local2093 if (cow_start == (u64)-1) in run_delalloc_nocow()2094 cow_start = cur_offset; in run_delalloc_nocow()2143 if (cow_start == (u64)-1) in run_delalloc_nocow()2144 cow_start = cur_offset; in run_delalloc_nocow()2159 if (cow_start != (u64)-1) { in run_delalloc_nocow()2160 ret = fallback_to_cow(inode, locked_folio, cow_start, in run_delalloc_nocow()2167 cow_start = (u64)-1; in run_delalloc_nocow()2182 if (cur_offset <= end && cow_start == (u64)-1) in run_delalloc_nocow()2183 cow_start = cur_offset; in run_delalloc_nocow()[all …]
1972 __field( u64, cow_start )1981 __entry->cow_start = cow->start;1992 __entry->cow_start,