Lines Matching refs:meta_ac

61 			       struct ocfs2_alloc_context *meta_ac,
2286 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index() argument
2300 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2328 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
2471 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster() argument
2486 meta_ac); in ocfs2_dx_dir_new_cluster()
2513 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx() argument
2541 meta_ac, 1, 2, &dx_root_bh); in ocfs2_fill_new_dir_dx()
2568 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir() argument
2578 data_ac, meta_ac); in ocfs2_fill_new_dir()
2778 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_expand_inline_dir() local
2812 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac); in ocfs2_expand_inline_dir()
2993 dirdata_bh, meta_ac, dx_inline, in ocfs2_expand_inline_dir()
3065 if (meta_ac) in ocfs2_expand_inline_dir()
3066 ocfs2_free_alloc_context(meta_ac); in ocfs2_expand_inline_dir()
3086 struct ocfs2_alloc_context *meta_ac, in ocfs2_do_extend_dir() argument
3108 data_ac, meta_ac, NULL); in ocfs2_do_extend_dir()
3159 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_dir() local
3232 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir()
3270 data_ac, meta_ac, &new_bh); in ocfs2_extend_dir()
3327 if (meta_ac) in ocfs2_extend_dir()
3328 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_dir()
3697 struct ocfs2_alloc_context *data_ac = NULL, *meta_ac = NULL; in ocfs2_dx_dir_rebalance() local
3740 ret = ocfs2_lock_allocators(dir, &et, 1, 0, &data_ac, &meta_ac); in ocfs2_dx_dir_rebalance()
3822 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3870 if (meta_ac) in ocfs2_dx_dir_rebalance()
3871 ocfs2_free_alloc_context(meta_ac); in ocfs2_dx_dir_rebalance()