Home
last modified time | relevance | path

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

/fs/ocfs2/
Drefcounttree.c47 u32 cow_len; member
2635 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() argument
2667 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters()
2681 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters()
2695 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters()
2712 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters()
2716 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2729 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters()
2730 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2742 *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)