Searched refs:recs_add (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | refcounttree.c | 2378 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local 2404 recs_add > in ocfs2_calc_refcount_meta_credits() 2409 recs_add = 0; in ocfs2_calc_refcount_meta_credits() 2417 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2444 recs_add += 2; in ocfs2_calc_refcount_meta_credits() 2448 recs_add++; in ocfs2_calc_refcount_meta_credits() 2453 recs_add++; in ocfs2_calc_refcount_meta_credits() 2455 recs_add++; in ocfs2_calc_refcount_meta_credits() 2466 if (le16_to_cpu(rb->rf_records.rl_used) + recs_add > in ocfs2_calc_refcount_meta_credits()
|
D | ocfs2_trace.h | 1005 TP_PROTO(int recs_add, unsigned long long cpos, 1008 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index), 1010 __field(int, recs_add) 1019 __entry->recs_add = recs_add; 1028 __entry->recs_add, __entry->cpos, __entry->clusters,
|