Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Drefcounttree.c54 u32 cow_len; member
2653 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() argument
2686 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters()
2700 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters()
2714 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters()
2731 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters()
2735 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2748 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters()
2749 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2761 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters()
[all …]
Docfs2_trace.h1095 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)