Lines Matching refs:meta_ac
53 struct ocfs2_alloc_context *meta_ac; member
126 &replace_rec, context->meta_ac, in __ocfs2_move_extent()
145 len, context->meta_ac, in __ocfs2_move_extent()
169 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_allocators_move_extents() argument
189 ret = ocfs2_reserve_new_metadata_blocks(osb, extra_blocks, meta_ac); in ocfs2_lock_allocators_move_extents()
209 if (*meta_ac) { in ocfs2_lock_allocators_move_extents()
210 ocfs2_free_alloc_context(*meta_ac); in ocfs2_lock_allocators_move_extents()
211 *meta_ac = NULL; in ocfs2_lock_allocators_move_extents()
264 &context->meta_ac, in ocfs2_defrag_extent()
348 if (context->meta_ac) { in ocfs2_defrag_extent()
349 ocfs2_free_alloc_context(context->meta_ac); in ocfs2_defrag_extent()
350 context->meta_ac = NULL; in ocfs2_defrag_extent()
610 &context->meta_ac, in ocfs2_move_extent()
720 if (context->meta_ac) { in ocfs2_move_extent()
721 ocfs2_free_alloc_context(context->meta_ac); in ocfs2_move_extent()
722 context->meta_ac = NULL; in ocfs2_move_extent()