Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Drefcounttree.h57 u32 cpos, u32 write_len, u32 max_cpos);
Drefcounttree.c2651 u32 max_cpos, in ocfs2_refcount_cal_cow_clusters() argument
2664 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2715 (max_cpos <= le32_to_cpu(rec->e_cpos))) in ocfs2_refcount_cal_cow_clusters()
2720 if (rec_end > max_cpos) { in ocfs2_refcount_cal_cow_clusters()
2721 rec_end = max_cpos; in ocfs2_refcount_cal_cow_clusters()
3429 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3443 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3451 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3506 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3525 num_clusters, max_cpos); in ocfs2_refcount_cow()
Docfs2_trace.h1094 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)