Searched refs:cow_len (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 47 u32 cow_len; member 2635 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() 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 in ocfs2_refcount_cal_cow_clusters() 2629 ocfs2_refcount_cal_cow_clusters(struct inode *inode, struct ocfs2_extent_list *el, u32 cpos, u32 write_len, u32 max_cpos, u32 *cow_start, u32 *cow_len) ocfs2_refcount_cal_cow_clusters() argument 3359 u32 cow_start = context->cow_start, cow_len = context->cow_len; ocfs2_replace_cow() local 3414 u32 cow_start = 0, cow_len = 0; ocfs2_refcount_cow_hunk() local 3632 u32 cow_start, cow_len; ocfs2_refcount_cow_xattr() local [all...] |
H A D | ocfs2_trace.h | 1098 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)
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 45 u32 cow_len; member 2633 u32 *cow_len) in ocfs2_refcount_cal_cow_clusters() 2665 *cow_len = 0; in ocfs2_refcount_cal_cow_clusters() 2679 if (*cow_len == 0) { in ocfs2_refcount_cal_cow_clusters() 2693 (*cow_len && rec_end != le32_to_cpu(rec->e_cpos)) || in ocfs2_refcount_cal_cow_clusters() 2710 if (!*cow_len) in ocfs2_refcount_cal_cow_clusters() 2714 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters() 2727 *cow_len += leaf_clusters; in ocfs2_refcount_cal_cow_clusters() 2728 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters() 2740 *cow_len in ocfs2_refcount_cal_cow_clusters() 2627 ocfs2_refcount_cal_cow_clusters(struct inode *inode, struct ocfs2_extent_list *el, u32 cpos, u32 write_len, u32 max_cpos, u32 *cow_start, u32 *cow_len) ocfs2_refcount_cal_cow_clusters() argument 3330 u32 cow_start = context->cow_start, cow_len = context->cow_len; ocfs2_replace_cow() local 3385 u32 cow_start = 0, cow_len = 0; ocfs2_refcount_cow_hunk() local 3603 u32 cow_start, cow_len; ocfs2_refcount_cow_xattr() local [all...] |
H A D | ocfs2_trace.h | 1098 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)
|
Completed in 13 milliseconds