Searched refs:recs_add (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 2393 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local 2419 recs_add > in ocfs2_calc_refcount_meta_credits() 2424 recs_add = 0; in ocfs2_calc_refcount_meta_credits() 2432 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2459 recs_add += 2; in ocfs2_calc_refcount_meta_credits() 2463 recs_add++; in ocfs2_calc_refcount_meta_credits() 2468 recs_add++; in ocfs2_calc_refcount_meta_credits() 2470 recs_add++; in ocfs2_calc_refcount_meta_credits() 2481 if (le16_to_cpu(rb->rf_records.rl_used) + recs_add > in ocfs2_calc_refcount_meta_credits()
|
D | ocfs2_trace.h | 1002 TP_PROTO(int recs_add, unsigned long long cpos, 1005 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1007 __field(int, recs_add) 1016 __entry->recs_add = recs_add; 1025 __entry->recs_add, __entry->cpos, __entry->clusters,
|