Searched refs:recs_add (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | refcounttree.c | 2376 int ret = 0, index, ref_blocks = 0, recs_add = 0; in ocfs2_calc_refcount_meta_credits() local 2402 recs_add > in ocfs2_calc_refcount_meta_credits() 2407 recs_add = 0; in ocfs2_calc_refcount_meta_credits() 2415 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits() 2442 recs_add += 2; in ocfs2_calc_refcount_meta_credits() 2446 recs_add++; in ocfs2_calc_refcount_meta_credits() 2451 recs_add++; in ocfs2_calc_refcount_meta_credits() 2453 recs_add++; in ocfs2_calc_refcount_meta_credits() 2464 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,
|