Lines Matching refs:meta_ac
51 struct ocfs2_alloc_context *meta_ac;
556 struct ocfs2_alloc_context *meta_ac = NULL;
572 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac);
592 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
626 rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
686 if (meta_ac)
687 ocfs2_free_alloc_context(meta_ac);
1280 struct ocfs2_alloc_context *meta_ac)
1299 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
1330 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1518 struct ocfs2_alloc_context *meta_ac)
1547 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
1574 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1601 1, 0, meta_ac);
1614 struct ocfs2_alloc_context *meta_ac)
1625 &expand_bh, meta_ac);
1638 expand_bh, meta_ac);
1742 struct ocfs2_alloc_context *meta_ac)
1757 ref_leaf_bh, meta_ac);
1830 struct ocfs2_alloc_context *meta_ac,
1883 ref_leaf_bh, meta_ac);
1984 struct ocfs2_alloc_context *meta_ac,
2038 merge, meta_ac);
2056 meta_ac, dealloc);
2078 struct ocfs2_alloc_context *meta_ac,
2096 1, meta_ac, dealloc);
2158 struct ocfs2_alloc_context *meta_ac,
2163 meta_ac, dealloc);
2171 struct ocfs2_alloc_context *meta_ac,
2201 meta_ac, dealloc);
2212 ref_leaf_bh, meta_ac,
2226 struct ocfs2_alloc_context *meta_ac,
2260 meta_ac, dealloc);
2290 struct ocfs2_alloc_context *meta_ac,
2321 cpos, len, meta_ac, dealloc, delete);
2336 * The caller is responsible for passing down meta_ac if we'll need it.
2342 struct ocfs2_alloc_context *meta_ac,
2357 len, phys, meta_ac, dealloc,
2828 * Prepare meta_ac, data_ac and calculate credits when we want to add some
2843 struct ocfs2_alloc_context **meta_ac,
2872 meta_ac);
2887 if (*meta_ac) {
2888 ocfs2_free_alloc_context(*meta_ac);
2889 *meta_ac = NULL;
3059 struct ocfs2_alloc_context *meta_ac,
3104 &replace_rec, meta_ac, dealloc);
3138 context->meta_ac, &context->dealloc);
3225 &context->meta_ac,
3272 context->meta_ac,
3303 context->meta_ac,
3346 if (context->meta_ac) {
3347 ocfs2_free_alloc_context(context->meta_ac);
3348 context->meta_ac = NULL;
3695 struct ocfs2_alloc_context *meta_ac = NULL;
3713 ref_blocks, &meta_ac);
3732 meta_ac, dealloc);
3740 meta_ac, dealloc);
3755 if (meta_ac)
3756 ocfs2_free_alloc_context(meta_ac);
3908 struct ocfs2_alloc_context *meta_ac = NULL;
3913 ref_root_bh, &meta_ac,
3929 num_clusters, ext_flags, meta_ac);
3937 meta_ac, dealloc);
3951 if (meta_ac)
3952 ocfs2_free_alloc_context(meta_ac);