Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Drefcounttree.h47 u32 cpos, u32 write_len, u32 max_cpos);
Drefcounttree.c2631 u32 max_cpos, in ocfs2_refcount_cal_cow_clusters() argument
2644 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2694 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters()
2699 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters()
2700 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters()
3381 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3394 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3402 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3457 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3476 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)