Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
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()
2687 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters()
2704 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters()
2708 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2721 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters()
2722 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2734 *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)