Lines Matching refs:meta_add
2390 int *meta_add, in ocfs2_calc_refcount_meta_credits() argument
2491 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2506 *meta_add += ocfs2_extend_meta_needed(et.et_root_el); in ocfs2_calc_refcount_meta_credits()
2511 *meta_add += 1; in ocfs2_calc_refcount_meta_credits()
2518 *meta_add, *credits); in ocfs2_calc_refcount_meta_credits()
2866 int ret = 0, meta_add = 0; in ocfs2_lock_refcount_allocators() local
2876 meta_add = in ocfs2_lock_refcount_allocators()
2883 &meta_add, credits); in ocfs2_lock_refcount_allocators()
2889 trace_ocfs2_lock_refcount_allocators(meta_add, *credits); in ocfs2_lock_refcount_allocators()
2890 ret = ocfs2_reserve_new_metadata_blocks(OCFS2_SB(sb), meta_add, in ocfs2_lock_refcount_allocators()
3560 int *meta_add, int *credits) in ocfs2_refcounted_xattr_delete_need() argument
3617 *meta_add += ref_blocks; in ocfs2_refcounted_xattr_delete_need()