Lines Matching refs:meta_ac

998 				     struct ocfs2_alloc_context *meta_ac,  in ocfs2_create_new_meta_bhs()  argument
1012 meta_ac, in ocfs2_create_new_meta_bhs()
1047 cpu_to_le16(meta_ac->ac_alloc_slot); in ocfs2_create_new_meta_bhs()
1159 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch() argument
1217 meta_ac, new_eb_bhs); in ocfs2_add_branch()
1340 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth() argument
1350 status = ocfs2_create_new_meta_bhs(handle, et, 1, meta_ac, in ocfs2_shift_tree_depth()
1507 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree() argument
1514 BUG_ON(meta_ac == NULL); in ocfs2_grow_tree()
1536 ret = ocfs2_shift_tree_depth(handle, et, meta_ac, &bh); in ocfs2_grow_tree()
1562 meta_ac); in ocfs2_grow_tree()
4687 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent() argument
4724 meta_ac); in ocfs2_insert_extent()
4757 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree() argument
4787 if (!free_extents && !meta_ac) { in ocfs2_add_clusters_in_btree()
4793 && (ocfs2_alloc_context_bits_left(meta_ac) in ocfs2_add_clusters_in_btree()
4825 num_bits, flags, meta_ac); in ocfs2_add_clusters_in_btree()
4889 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert() argument
4919 &depth, last_eb_bh, meta_ac); in ocfs2_split_and_insert()
5042 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent() argument
5109 split_rec, meta_ac); in ocfs2_split_extent()
5140 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag() argument
5205 index, &split_rec, meta_ac, in ocfs2_change_extent_flag()
5228 struct ocfs2_alloc_context *meta_ac, in ocfs2_mark_extent_written() argument
5251 len, phys, meta_ac, dealloc, in ocfs2_mark_extent_written()
5263 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_tree() argument
5307 meta_ac); in ocfs2_split_tree()
5490 struct ocfs2_alloc_context *meta_ac, in ocfs2_remove_extent() argument
5565 trunc_range, meta_ac); in ocfs2_remove_extent()
5687 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_remove_btree_range() local
5715 ret = ocfs2_reserve_blocks_for_rec_trunc(inode, et, 1, &meta_ac, in ocfs2_remove_btree_range()
5750 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
5766 len, meta_ac, in ocfs2_remove_btree_range()
5781 if (meta_ac) in ocfs2_remove_btree_range()
5782 ocfs2_free_alloc_context(meta_ac); in ocfs2_remove_btree_range()