Lines Matching defs:data_ac
50 struct ocfs2_alloc_context *data_ac;
2826 * Prepare meta_ac, data_ac and calculate credits when we want to add some
2834 * just give data_ac = NULL.
2842 struct ocfs2_alloc_context **data_ac,
2876 if (data_ac) {
2878 data_ac);
3197 &context->data_ac, &credits);
3253 context->data_ac,
3313 if (context->data_ac) {
3314 ocfs2_free_alloc_context(context->data_ac);
3315 context->data_ac = NULL;