Searched refs:meta_add (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | refcounttree.h | 69 int *meta_add, int *credits);
|
| H A D | xattr.c | 2360 int ret, meta_add = 0; in ocfs2_lock_xattr_remove_allocators() local 2379 &meta_add, ref_credits); in ocfs2_lock_xattr_remove_allocators() 2386 meta_add, meta_ac); in ocfs2_lock_xattr_remove_allocators() 3077 int clusters_add = 0, meta_add = 0, credits = 0; in ocfs2_calc_xattr_set_need() local 3190 meta_add += ocfs2_extend_meta_needed(&xv->xr_list); in ocfs2_calc_xattr_set_need() 3237 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need() 3261 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need() 3265 meta_add += 1; in ocfs2_calc_xattr_set_need() 3272 *meta_need = meta_add; in ocfs2_calc_xattr_set_need() 3288 int clusters_add, meta_add, ret; in ocfs2_init_xattr_set_ctxt() local [all …]
|
| H A D | refcounttree.c | 2368 int *meta_add, in ocfs2_calc_refcount_meta_credits() argument 2469 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits() 2484 *meta_add += ocfs2_extend_meta_needed(et.et_root_el); in ocfs2_calc_refcount_meta_credits() 2489 *meta_add += 1; in ocfs2_calc_refcount_meta_credits() 2496 *meta_add, *credits); in ocfs2_calc_refcount_meta_credits() 2840 int ret = 0, meta_add = 0; in ocfs2_lock_refcount_allocators() local 2850 meta_add = in ocfs2_lock_refcount_allocators() 2857 &meta_add, credits); in ocfs2_lock_refcount_allocators() 2863 trace_ocfs2_lock_refcount_allocators(meta_add, *credits); in ocfs2_lock_refcount_allocators() 2864 ret = ocfs2_reserve_new_metadata_blocks(OCFS2_SB(sb), meta_add, in ocfs2_lock_refcount_allocators() [all …]
|