Searched refs:recs_add (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | refcounttree.c | 2384 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local 2410 recs_add > in ocfs2_calc_refcount_meta_credits() 2415 recs_add = 0; in ocfs2_calc_refcount_meta_credits() 2423 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2450 recs_add += 2; in ocfs2_calc_refcount_meta_credits() 2454 recs_add++; in ocfs2_calc_refcount_meta_credits() 2459 recs_add++; in ocfs2_calc_refcount_meta_credits() 2461 recs_add++; in ocfs2_calc_refcount_meta_credits() 2472 if (le16_to_cpu(rb->rf_records.rl_used) + recs_add > in ocfs2_calc_refcount_meta_credits()
|
D | ocfs2_trace.h | 1003 TP_PROTO(int recs_add, unsigned long long cpos, 1006 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1008 __field(int, recs_add) 1017 __entry->recs_add = recs_add; 1026 __entry->recs_add, __entry->cpos, __entry->clusters,
|