Home
last modified time | relevance | path

Searched refs:max_cpos (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Drefcounttree.h57 u32 cpos, u32 write_len, u32 max_cpos);
Drefcounttree.c2639 u32 max_cpos, in ocfs2_refcount_cal_cow_clusters() argument
2652 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2702 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters()
2707 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters()
2708 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters()
3417 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3430 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3438 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3493 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3512 num_clusters, max_cpos); in ocfs2_refcount_cow()
Docfs2_trace.h1095 unsigned int write_len, unsigned int max_cpos,
1097 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
1102 __field(unsigned int, max_cpos)
1110 __entry->max_cpos = max_cpos;
1116 __entry->max_cpos, __entry->cow_start, __entry->cow_len)