Lines Matching refs:meta_ac

80 			       struct ocfs2_alloc_context *meta_ac,
2314 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index() argument
2328 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2356 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
2499 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster() argument
2514 meta_ac); in ocfs2_dx_dir_new_cluster()
2541 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx() argument
2569 meta_ac, 1, 2, &dx_root_bh); in ocfs2_fill_new_dir_dx()
2596 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir() argument
2606 data_ac, meta_ac); in ocfs2_fill_new_dir()
2806 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_expand_inline_dir() local
2840 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac); in ocfs2_expand_inline_dir()
3021 dirdata_bh, meta_ac, dx_inline, in ocfs2_expand_inline_dir()
3093 if (meta_ac) in ocfs2_expand_inline_dir()
3094 ocfs2_free_alloc_context(meta_ac); in ocfs2_expand_inline_dir()
3114 struct ocfs2_alloc_context *meta_ac, in ocfs2_do_extend_dir() argument
3136 data_ac, meta_ac, NULL); in ocfs2_do_extend_dir()
3187 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_dir() local
3260 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir()
3298 data_ac, meta_ac, &new_bh); in ocfs2_extend_dir()
3355 if (meta_ac) in ocfs2_extend_dir()
3356 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_dir()
3726 struct ocfs2_alloc_context *data_ac = NULL, *meta_ac = NULL; in ocfs2_dx_dir_rebalance() local
3769 ret = ocfs2_lock_allocators(dir, &et, 1, 0, &data_ac, &meta_ac); in ocfs2_dx_dir_rebalance()
3851 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3899 if (meta_ac) in ocfs2_dx_dir_rebalance()
3900 ocfs2_free_alloc_context(meta_ac); in ocfs2_dx_dir_rebalance()