Lines Matching refs:meta_ac

81 			       struct ocfs2_alloc_context *meta_ac,
2315 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index() argument
2329 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2357 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
2500 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster() argument
2515 meta_ac); in ocfs2_dx_dir_new_cluster()
2542 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx() argument
2570 meta_ac, 1, 2, &dx_root_bh); in ocfs2_fill_new_dir_dx()
2597 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir() argument
2607 data_ac, meta_ac); in ocfs2_fill_new_dir()
2807 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_expand_inline_dir() local
2841 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac); in ocfs2_expand_inline_dir()
3022 dirdata_bh, meta_ac, dx_inline, in ocfs2_expand_inline_dir()
3094 if (meta_ac) in ocfs2_expand_inline_dir()
3095 ocfs2_free_alloc_context(meta_ac); in ocfs2_expand_inline_dir()
3115 struct ocfs2_alloc_context *meta_ac, in ocfs2_do_extend_dir() argument
3137 data_ac, meta_ac, NULL); in ocfs2_do_extend_dir()
3188 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_dir() local
3261 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir()
3299 data_ac, meta_ac, &new_bh); in ocfs2_extend_dir()
3356 if (meta_ac) in ocfs2_extend_dir()
3357 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_dir()
3727 struct ocfs2_alloc_context *data_ac = NULL, *meta_ac = NULL; in ocfs2_dx_dir_rebalance() local
3770 ret = ocfs2_lock_allocators(dir, &et, 1, 0, &data_ac, &meta_ac); in ocfs2_dx_dir_rebalance()
3852 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3900 if (meta_ac) in ocfs2_dx_dir_rebalance()
3901 ocfs2_free_alloc_context(meta_ac); in ocfs2_dx_dir_rebalance()