Lines Matching defs:meta_ac

49 	struct ocfs2_alloc_context *meta_ac;
554 struct ocfs2_alloc_context *meta_ac = NULL;
570 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac);
590 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
624 rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
684 if (meta_ac)
685 ocfs2_free_alloc_context(meta_ac);
1278 struct ocfs2_alloc_context *meta_ac)
1297 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
1328 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1516 struct ocfs2_alloc_context *meta_ac)
1545 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
1572 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1599 1, 0, meta_ac);
1612 struct ocfs2_alloc_context *meta_ac)
1623 &expand_bh, meta_ac);
1636 expand_bh, meta_ac);
1740 struct ocfs2_alloc_context *meta_ac)
1755 ref_leaf_bh, meta_ac);
1828 struct ocfs2_alloc_context *meta_ac,
1881 ref_leaf_bh, meta_ac);
1982 struct ocfs2_alloc_context *meta_ac,
2036 merge, meta_ac);
2054 meta_ac, dealloc);
2076 struct ocfs2_alloc_context *meta_ac,
2094 1, meta_ac, dealloc);
2156 struct ocfs2_alloc_context *meta_ac,
2161 meta_ac, dealloc);
2169 struct ocfs2_alloc_context *meta_ac,
2199 meta_ac, dealloc);
2210 ref_leaf_bh, meta_ac,
2224 struct ocfs2_alloc_context *meta_ac,
2258 meta_ac, dealloc);
2288 struct ocfs2_alloc_context *meta_ac,
2319 cpos, len, meta_ac, dealloc, delete);
2334 * The caller is responsible for passing down meta_ac if we'll need it.
2340 struct ocfs2_alloc_context *meta_ac,
2355 len, phys, meta_ac, dealloc,
2826 * Prepare meta_ac, data_ac and calculate credits when we want to add some
2841 struct ocfs2_alloc_context **meta_ac,
2870 meta_ac);
2885 if (*meta_ac) {
2886 ocfs2_free_alloc_context(*meta_ac);
2887 *meta_ac = NULL;
3060 struct ocfs2_alloc_context *meta_ac,
3105 &replace_rec, meta_ac, dealloc);
3139 context->meta_ac, &context->dealloc);
3196 &context->meta_ac,
3243 context->meta_ac,
3274 context->meta_ac,
3317 if (context->meta_ac) {
3318 ocfs2_free_alloc_context(context->meta_ac);
3319 context->meta_ac = NULL;
3666 struct ocfs2_alloc_context *meta_ac = NULL;
3684 ref_blocks, &meta_ac);
3703 meta_ac, dealloc);
3711 meta_ac, dealloc);
3726 if (meta_ac)
3727 ocfs2_free_alloc_context(meta_ac);
3879 struct ocfs2_alloc_context *meta_ac = NULL;
3884 ref_root_bh, &meta_ac,
3900 num_clusters, ext_flags, meta_ac);
3908 meta_ac, dealloc);
3922 if (meta_ac)
3923 ocfs2_free_alloc_context(meta_ac);