Searched refs:cow_len (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 54 u32 cow_len; member 2643 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() argument 2675 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters() 2689 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters() 2703 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters() 2720 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters() 2724 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters() 2737 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters() 2738 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters() 2750 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters() [all …]
|
D | ocfs2_trace.h | 1095 unsigned int cow_start, unsigned int cow_len), 1096 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), 1103 __field(unsigned int, cow_len) 1111 __entry->cow_len = cow_len; 1115 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
|