Lines Matching refs:meta_ac
80 struct ocfs2_alloc_context *meta_ac,
2324 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index() argument
2338 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2366 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
2509 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster() argument
2524 meta_ac); in ocfs2_dx_dir_new_cluster()
2551 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx() argument
2579 meta_ac, 1, 2, &dx_root_bh); in ocfs2_fill_new_dir_dx()
2606 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir() argument
2616 data_ac, meta_ac); in ocfs2_fill_new_dir()
2816 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_expand_inline_dir() local
2850 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac); in ocfs2_expand_inline_dir()
3031 dirdata_bh, meta_ac, dx_inline, in ocfs2_expand_inline_dir()
3103 if (meta_ac) in ocfs2_expand_inline_dir()
3104 ocfs2_free_alloc_context(meta_ac); in ocfs2_expand_inline_dir()
3124 struct ocfs2_alloc_context *meta_ac, in ocfs2_do_extend_dir() argument
3146 data_ac, meta_ac, NULL); in ocfs2_do_extend_dir()
3197 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_dir() local
3270 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir()
3308 data_ac, meta_ac, &new_bh); in ocfs2_extend_dir()
3365 if (meta_ac) in ocfs2_extend_dir()
3366 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_dir()
3739 struct ocfs2_alloc_context *data_ac = NULL, *meta_ac = NULL; in ocfs2_dx_dir_rebalance() local
3782 ret = ocfs2_lock_allocators(dir, &et, 1, 0, &data_ac, &meta_ac); in ocfs2_dx_dir_rebalance()
3864 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3912 if (meta_ac) in ocfs2_dx_dir_rebalance()
3913 ocfs2_free_alloc_context(meta_ac); in ocfs2_dx_dir_rebalance()