Lines Matching refs:meta_ac

988 				     struct ocfs2_alloc_context *meta_ac,  in ocfs2_create_new_meta_bhs()  argument
1002 meta_ac, in ocfs2_create_new_meta_bhs()
1037 cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_create_new_meta_bhs()
1148 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch() argument
1221 BUG_ON(!meta_ac); in ocfs2_add_branch()
1224 meta_ac, in ocfs2_add_branch()
1349 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth() argument
1363 } else if (meta_ac) { in ocfs2_shift_tree_depth()
1364 status = ocfs2_create_new_meta_bhs(handle, et, 1, meta_ac, in ocfs2_shift_tree_depth()
1524 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree() argument
1531 BUG_ON(meta_ac == NULL && ocfs2_is_dealloc_empty(et)); in ocfs2_grow_tree()
1553 ret = ocfs2_shift_tree_depth(handle, et, meta_ac, &bh); in ocfs2_grow_tree()
1579 meta_ac); in ocfs2_grow_tree()
4705 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent() argument
4742 meta_ac); in ocfs2_insert_extent()
4775 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree() argument
4805 if (!free_extents && !meta_ac) { in ocfs2_add_clusters_in_btree()
4811 && (ocfs2_alloc_context_bits_left(meta_ac) in ocfs2_add_clusters_in_btree()
4843 num_bits, flags, meta_ac); in ocfs2_add_clusters_in_btree()
4907 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert() argument
4937 &depth, last_eb_bh, meta_ac); in ocfs2_split_and_insert()
5060 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent() argument
5120 split_rec, meta_ac); in ocfs2_split_extent()
5151 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag() argument
5216 index, &split_rec, meta_ac, in ocfs2_change_extent_flag()
5239 struct ocfs2_alloc_context *meta_ac, in ocfs2_mark_extent_written() argument
5262 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5274 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_tree() argument
5318 meta_ac); in ocfs2_split_tree()
5507 struct ocfs2_alloc_context *meta_ac, in ocfs2_remove_extent() argument
5582 trunc_range, meta_ac); in ocfs2_remove_extent()
5701 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_remove_btree_range() local
5728 ret = ocfs2_reserve_blocks_for_rec_trunc(inode, et, 1, &meta_ac, in ocfs2_remove_btree_range()
5763 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5779 len, meta_ac, in ocfs2_remove_btree_range()
5794 if (meta_ac) in ocfs2_remove_btree_range()
5795 ocfs2_free_alloc_context(meta_ac); in ocfs2_remove_btree_range()