Searched refs:cow_len (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | refcounttree.c | 55 u32 cow_len; member 2641 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() argument 2673 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters() 2687 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters() 2701 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters() 2718 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters() 2722 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters() 2735 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters() 2736 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters() 2748 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters() [all …]
|
D | ocfs2_trace.h | 1096 unsigned int cow_start, unsigned int cow_len), 1097 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), 1104 __field(unsigned int, cow_len) 1112 __entry->cow_len = cow_len; 1116 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
|