Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Drefcounttree.h47 u32 cpos, u32 write_len, u32 max_cpos);
Drefcounttree.c2625 u32 max_cpos, in ocfs2_refcount_cal_cow_clusters() argument
2638 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2688 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters()
2693 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters()
2694 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters()
3376 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3389 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3397 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3452 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3471 num_clusters, max_cpos); in ocfs2_refcount_cow()
Docfs2_trace.h1097 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)