Home
last modified time | relevance | path

Searched refs:cow_start (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dinode.c2007 u64 cow_start = (u64)-1; in run_delalloc_nocow() local
2114 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 …]
/linux/include/trace/events/
H A Dbtrfs.h1090 __field( u64, cow_start )
1099 __entry->cow_start = cow->start;
1110 __entry->cow_start,