Lines Matching refs:meta_ac
990 struct ocfs2_alloc_context *meta_ac, in ocfs2_create_new_meta_bhs() argument
1004 meta_ac, in ocfs2_create_new_meta_bhs()
1039 cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_create_new_meta_bhs()
1150 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch() argument
1223 BUG_ON(!meta_ac); in ocfs2_add_branch()
1226 meta_ac, in ocfs2_add_branch()
1351 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth() argument
1365 } else if (meta_ac) { in ocfs2_shift_tree_depth()
1366 status = ocfs2_create_new_meta_bhs(handle, et, 1, meta_ac, in ocfs2_shift_tree_depth()
1526 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree() argument
1533 BUG_ON(meta_ac == NULL && ocfs2_is_dealloc_empty(et)); in ocfs2_grow_tree()
1555 ret = ocfs2_shift_tree_depth(handle, et, meta_ac, &bh); in ocfs2_grow_tree()
1581 meta_ac); in ocfs2_grow_tree()
4707 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent() argument
4744 meta_ac); in ocfs2_insert_extent()
4777 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree() argument
4807 if (!free_extents && !meta_ac) { in ocfs2_add_clusters_in_btree()
4813 && (ocfs2_alloc_context_bits_left(meta_ac) in ocfs2_add_clusters_in_btree()
4845 num_bits, flags, meta_ac); in ocfs2_add_clusters_in_btree()
4909 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert() argument
4939 &depth, last_eb_bh, meta_ac); in ocfs2_split_and_insert()
5062 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent() argument
5122 split_rec, meta_ac); in ocfs2_split_extent()
5153 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag() argument
5218 index, &split_rec, meta_ac, in ocfs2_change_extent_flag()
5241 struct ocfs2_alloc_context *meta_ac, in ocfs2_mark_extent_written() argument
5264 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5276 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_tree() argument
5320 meta_ac); in ocfs2_split_tree()
5509 struct ocfs2_alloc_context *meta_ac, in ocfs2_remove_extent() argument
5584 trunc_range, meta_ac); in ocfs2_remove_extent()
5703 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_remove_btree_range() local
5730 ret = ocfs2_reserve_blocks_for_rec_trunc(inode, et, 1, &meta_ac, in ocfs2_remove_btree_range()
5765 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5781 len, meta_ac, in ocfs2_remove_btree_range()
5796 if (meta_ac) in ocfs2_remove_btree_range()
5797 ocfs2_free_alloc_context(meta_ac); in ocfs2_remove_btree_range()