Searched refs:max_cpos (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | refcounttree.h | 47 u32 cpos, u32 write_len, u32 max_cpos);
|
| H A D | refcounttree.c | 2626 u32 max_cpos, in ocfs2_refcount_cal_cow_clusters() argument 2639 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters() 2689 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters() 2694 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters() 2695 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters() 3374 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument 3387 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk() 3395 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk() 3450 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument 3469 num_clusters, max_cpos); in ocfs2_refcount_cow()
|
| H A D | ocfs2_trace.h | 1097 unsigned int write_len, unsigned int max_cpos, 1099 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), 1104 __field(unsigned int, max_cpos) 1112 __entry->max_cpos = max_cpos; 1118 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
|