Home
last modified time | relevance | path

Searched refs:meta_add (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Drefcounttree.h69 int *meta_add, int *credits);
H A Dxattr.c2322 int ret, meta_add = 0; in ocfs2_lock_xattr_remove_allocators() local
2341 &meta_add, ref_credits); in ocfs2_lock_xattr_remove_allocators()
2348 meta_add, meta_ac); in ocfs2_lock_xattr_remove_allocators()
3227 meta_add += 1; in ocfs2_calc_xattr_set_need()
3234 *meta_need = meta_add; in ocfs2_calc_xattr_set_need()
3250 int clusters_add, meta_add, ret; in ocfs2_init_xattr_set_ctxt() local
3264 meta_add += extra_meta; in ocfs2_init_xattr_set_ctxt()
3268 if (meta_add) { in ocfs2_init_xattr_set_ctxt()
5759 int *meta_add, in ocfs2_prepare_refcount_xattr() argument
5862 meta_add, credits); in ocfs2_prepare_refcount_xattr()
[all …]
H A Drefcounttree.c2373 int *meta_add, in ocfs2_calc_refcount_meta_credits() argument
2474 *meta_add += ref_blocks; in ocfs2_calc_refcount_meta_credits()
2489 *meta_add += ocfs2_extend_meta_needed(et.et_root_el); in ocfs2_calc_refcount_meta_credits()
2494 *meta_add += 1; in ocfs2_calc_refcount_meta_credits()
2501 *meta_add, *credits); in ocfs2_calc_refcount_meta_credits()
2845 int ret = 0, meta_add = 0; in ocfs2_lock_refcount_allocators() local
2855 meta_add = in ocfs2_lock_refcount_allocators()
2862 &meta_add, credits); in ocfs2_lock_refcount_allocators()
2868 trace_ocfs2_lock_refcount_allocators(meta_add, *credits); in ocfs2_lock_refcount_allocators()
3512 int *meta_add, int *credits) in ocfs2_refcounted_xattr_delete_need() argument
[all …]