Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Drefcounttree.c45 u32 cow_len; member
2633 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() argument
2665 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters()
2679 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters()
2693 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters()
2710 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters()
2714 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2727 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters()
2728 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2740 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters()
[all …]
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)