Lines Matching refs:meta_ac
53 struct ocfs2_alloc_context *meta_ac; member
128 &replace_rec, context->meta_ac, in __ocfs2_move_extent()
147 len, context->meta_ac, in __ocfs2_move_extent()
171 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_allocators_move_extents() argument
191 ret = ocfs2_reserve_new_metadata_blocks(osb, extra_blocks, meta_ac); in ocfs2_lock_allocators_move_extents()
211 if (*meta_ac) { in ocfs2_lock_allocators_move_extents()
212 ocfs2_free_alloc_context(*meta_ac); in ocfs2_lock_allocators_move_extents()
213 *meta_ac = NULL; in ocfs2_lock_allocators_move_extents()
266 &context->meta_ac, in ocfs2_defrag_extent()
350 if (context->meta_ac) { in ocfs2_defrag_extent()
351 ocfs2_free_alloc_context(context->meta_ac); in ocfs2_defrag_extent()
352 context->meta_ac = NULL; in ocfs2_defrag_extent()
612 &context->meta_ac, in ocfs2_move_extent()
722 if (context->meta_ac) { in ocfs2_move_extent()
723 ocfs2_free_alloc_context(context->meta_ac); in ocfs2_move_extent()
724 context->meta_ac = NULL; in ocfs2_move_extent()