Searched refs:cow_start (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | refcounttree.c | 45 u32 cow_start; member 2626 u32 *cow_start, in ocfs2_refcount_cal_cow_clusters() argument 2708 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters() 2764 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters() 2776 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters() 3321 u32 cow_start = context->cow_start, cow_len = context->cow_len; in ocfs2_replace_cow() local 3347 cow_start, p_cluster, in ocfs2_replace_cow() 3355 cow_start += num_clusters; in ocfs2_replace_cow() 3414 context->cow_start = cow_start; in ocfs2_refcount_cow_hunk() 3594 u32 cow_start, cow_len; in ocfs2_refcount_cow_xattr() local [all …]
|
| H A D | ocfs2_trace.h | 1098 unsigned int cow_start, unsigned int cow_len), 1099 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), 1105 __field(unsigned int, cow_start) 1113 __entry->cow_start = cow_start; 1118 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
|
| /linux-6.15/fs/btrfs/ |
| H A D | inode.c | 2049 u64 cow_start = (u64)-1; in run_delalloc_nocow() local 2142 if (cow_start == (u64)-1) in run_delalloc_nocow() 2143 cow_start = cur_offset; in run_delalloc_nocow() 2192 if (cow_start == (u64)-1) in run_delalloc_nocow() 2193 cow_start = cur_offset; in run_delalloc_nocow() 2216 cow_start = (u64)-1; in run_delalloc_nocow() 2230 cow_start = cur_offset; in run_delalloc_nocow() 2232 if (cow_start != (u64)-1) { in run_delalloc_nocow() 2238 cow_start = (u64)-1; in run_delalloc_nocow() 2283 if (cow_start != (u64)-1) in run_delalloc_nocow() [all …]
|
| /linux-6.15/include/trace/events/ |
| H A D | btrfs.h | 1094 __field( u64, cow_start ) 1103 __entry->cow_start = cow->start; 1114 __entry->cow_start,
|