Searched refs:meta_add (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | refcounttree.h | 69 int *meta_add, int *credits);
|
| H A D | xattr.c | 2330 int ret, meta_add = 0; in ocfs2_lock_xattr_remove_allocators() local 2349 &meta_add, ref_credits); in ocfs2_lock_xattr_remove_allocators() 2356 meta_add, meta_ac); in ocfs2_lock_xattr_remove_allocators() 3235 meta_add += 1; in ocfs2_calc_xattr_set_need() 3242 *meta_need = meta_add; in ocfs2_calc_xattr_set_need() 3258 int clusters_add, meta_add, ret; in ocfs2_init_xattr_set_ctxt() local 3272 meta_add += extra_meta; in ocfs2_init_xattr_set_ctxt() 3276 if (meta_add) { in ocfs2_init_xattr_set_ctxt() 5758 int *meta_add, in ocfs2_prepare_refcount_xattr() argument 5861 meta_add, credits); in ocfs2_prepare_refcount_xattr() [all …]
|
| H A D | refcounttree.c | 2367 int *meta_add, in ocfs2_calc_refcount_meta_credits() argument 2468 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits() 2483 *meta_add += ocfs2_extend_meta_needed(et.et_root_el); in ocfs2_calc_refcount_meta_credits() 2488 *meta_add += 1; in ocfs2_calc_refcount_meta_credits() 2495 *meta_add, *credits); in ocfs2_calc_refcount_meta_credits() 2839 int ret = 0, meta_add = 0; in ocfs2_lock_refcount_allocators() local 2849 meta_add = in ocfs2_lock_refcount_allocators() 2856 &meta_add, credits); in ocfs2_lock_refcount_allocators() 2862 trace_ocfs2_lock_refcount_allocators(meta_add, *credits); in ocfs2_lock_refcount_allocators() 3503 int *meta_add, int *credits) in ocfs2_refcounted_xattr_delete_need() argument [all …]
|