Searched refs:max_cpos (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.h | 57 u32 cpos, u32 write_len, u32 max_cpos);
|
D | refcounttree.c | 2641 u32 max_cpos, in ocfs2_refcount_cal_cow_clusters() argument 2654 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters() 2704 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters() 2709 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters() 2710 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters() 3411 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument 3425 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk() 3433 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk() 3488 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument 3507 num_clusters, max_cpos); in ocfs2_refcount_cow()
|
D | ocfs2_trace.h | 1094 unsigned int write_len, unsigned int max_cpos, 1096 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), 1101 __field(unsigned int, max_cpos) 1109 __entry->max_cpos = max_cpos; 1115 __entry->max_cpos, __entry->cow_start, __entry->cow_len)
|