Lines Matching refs:meta_ac
63 struct ocfs2_alloc_context *meta_ac,
2288 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index() argument
2302 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc, in ocfs2_dx_dir_attach_index()
2330 dx_root->dr_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_dx_dir_attach_index()
2473 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster() argument
2488 meta_ac); in ocfs2_dx_dir_new_cluster()
2515 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx() argument
2543 meta_ac, 1, 2, &dx_root_bh); in ocfs2_fill_new_dir_dx()
2570 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir() argument
2580 data_ac, meta_ac); in ocfs2_fill_new_dir()
2780 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_expand_inline_dir() local
2814 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac); in ocfs2_expand_inline_dir()
2995 dirdata_bh, meta_ac, dx_inline, in ocfs2_expand_inline_dir()
3067 if (meta_ac) in ocfs2_expand_inline_dir()
3068 ocfs2_free_alloc_context(meta_ac); in ocfs2_expand_inline_dir()
3088 struct ocfs2_alloc_context *meta_ac, in ocfs2_do_extend_dir() argument
3110 data_ac, meta_ac, NULL); in ocfs2_do_extend_dir()
3161 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_dir() local
3234 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir()
3272 data_ac, meta_ac, &new_bh); in ocfs2_extend_dir()
3329 if (meta_ac) in ocfs2_extend_dir()
3330 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_dir()
3699 struct ocfs2_alloc_context *data_ac = NULL, *meta_ac = NULL; in ocfs2_dx_dir_rebalance() local
3742 ret = ocfs2_lock_allocators(dir, &et, 1, 0, &data_ac, &meta_ac); in ocfs2_dx_dir_rebalance()
3824 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3872 if (meta_ac) in ocfs2_dx_dir_rebalance()
3873 ocfs2_free_alloc_context(meta_ac); in ocfs2_dx_dir_rebalance()