Searched refs:recs_add (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
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,
|
D | refcounttree.c | 2370 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local 2396 recs_add > in ocfs2_calc_refcount_meta_credits() 2401 recs_add = 0; in ocfs2_calc_refcount_meta_credits() 2409 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2436 recs_add += 2; in ocfs2_calc_refcount_meta_credits() 2440 recs_add++; in ocfs2_calc_refcount_meta_credits() 2445 recs_add++; in ocfs2_calc_refcount_meta_credits() 2447 recs_add++; in ocfs2_calc_refcount_meta_credits() 2458 if (le16_to_cpu(rb->rf_records.rl_used) + recs_add > in ocfs2_calc_refcount_meta_credits()
|