Lines Matching refs:meta_ac
988 struct ocfs2_alloc_context *meta_ac,
1002 meta_ac,
1037 cpu_to_le16(meta_ac->ac_alloc_slot);
1148 struct ocfs2_alloc_context *meta_ac)
1221 BUG_ON(!meta_ac);
1224 meta_ac,
1349 struct ocfs2_alloc_context *meta_ac,
1363 } else if (meta_ac) {
1364 status = ocfs2_create_new_meta_bhs(handle, et, 1, meta_ac,
1524 struct ocfs2_alloc_context *meta_ac)
1531 BUG_ON(meta_ac == NULL && ocfs2_is_dealloc_empty(et));
1553 ret = ocfs2_shift_tree_depth(handle, et, meta_ac, &bh);
1579 meta_ac);
4705 struct ocfs2_alloc_context *meta_ac)
4742 meta_ac);
4775 struct ocfs2_alloc_context *meta_ac,
4805 if (!free_extents && !meta_ac) {
4811 && (ocfs2_alloc_context_bits_left(meta_ac)
4843 num_bits, flags, meta_ac);
4907 struct ocfs2_alloc_context *meta_ac)
4937 &depth, last_eb_bh, meta_ac);
5042 * meta_ac is not strictly necessary - we only truly need it if growth
5060 struct ocfs2_alloc_context *meta_ac,
5120 split_rec, meta_ac);
5146 * The caller is responsible for passing down meta_ac if we'll need it.
5151 struct ocfs2_alloc_context *meta_ac,
5216 index, &split_rec, meta_ac,
5234 * The caller is responsible for passing down meta_ac if we'll need it.
5239 struct ocfs2_alloc_context *meta_ac,
5262 len, phys, meta_ac, dealloc,
5274 struct ocfs2_alloc_context *meta_ac)
5318 meta_ac);
5507 struct ocfs2_alloc_context *meta_ac,
5582 trunc_range, meta_ac);
5701 struct ocfs2_alloc_context *meta_ac = NULL;
5728 ret = ocfs2_reserve_blocks_for_rec_trunc(inode, et, 1, &meta_ac,
5763 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc);
5779 len, meta_ac,
5794 if (meta_ac)
5795 ocfs2_free_alloc_context(meta_ac);