Lines Matching refs:meta_ac

990 				     struct ocfs2_alloc_context *meta_ac,
1004 meta_ac,
1039 cpu_to_le16(meta_ac->ac_alloc_slot);
1150 struct ocfs2_alloc_context *meta_ac)
1223 BUG_ON(!meta_ac);
1226 meta_ac,
1351 struct ocfs2_alloc_context *meta_ac,
1365 } else if (meta_ac) {
1366 status = ocfs2_create_new_meta_bhs(handle, et, 1, meta_ac,
1526 struct ocfs2_alloc_context *meta_ac)
1533 BUG_ON(meta_ac == NULL && ocfs2_is_dealloc_empty(et));
1555 ret = ocfs2_shift_tree_depth(handle, et, meta_ac, &bh);
1581 meta_ac);
4707 struct ocfs2_alloc_context *meta_ac)
4744 meta_ac);
4777 struct ocfs2_alloc_context *meta_ac,
4807 if (!free_extents && !meta_ac) {
4813 && (ocfs2_alloc_context_bits_left(meta_ac)
4845 num_bits, flags, meta_ac);
4909 struct ocfs2_alloc_context *meta_ac)
4939 &depth, last_eb_bh, meta_ac);
5044 * meta_ac is not strictly necessary - we only truly need it if growth
5062 struct ocfs2_alloc_context *meta_ac,
5122 split_rec, meta_ac);
5148 * The caller is responsible for passing down meta_ac if we'll need it.
5153 struct ocfs2_alloc_context *meta_ac,
5218 index, &split_rec, meta_ac,
5236 * The caller is responsible for passing down meta_ac if we'll need it.
5241 struct ocfs2_alloc_context *meta_ac,
5264 len, phys, meta_ac, dealloc,
5276 struct ocfs2_alloc_context *meta_ac)
5320 meta_ac);
5509 struct ocfs2_alloc_context *meta_ac,
5584 trunc_range, meta_ac);
5703 struct ocfs2_alloc_context *meta_ac = NULL;
5730 ret = ocfs2_reserve_blocks_for_rec_trunc(inode, et, 1, &meta_ac,
5765 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc);
5781 len, meta_ac,
5796 if (meta_ac)
5797 ocfs2_free_alloc_context(meta_ac);