Searched refs:recs_add (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A 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,
|
H A 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A 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,
|
H A 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()
|
Completed in 22 milliseconds