Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Drefcounttree.c46 u32 cow_len; member
2627 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() argument
2659 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters()
2673 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters()
2704 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters()
3321 u32 cow_start = context->cow_start, cow_len = context->cow_len; in ocfs2_replace_cow() local
3333 while (cow_len) { in ocfs2_replace_cow()
3397 BUG_ON(cow_len == 0); in ocfs2_refcount_cow_hunk()
3415 context->cow_len = cow_len; in ocfs2_refcount_cow_hunk()
3606 BUG_ON(cow_len == 0); in ocfs2_refcount_cow_xattr()
[all …]
H A Docfs2_trace.h1098 unsigned int cow_start, unsigned int cow_len),
1099 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
1106 __field(unsigned int, cow_len)
1114 __entry->cow_len = cow_len;
1118 __entry->max_cpos, __entry->cow_start, __entry->cow_len)