Lines Matching defs:data_ac
51 struct ocfs2_alloc_context *data_ac;
2820 * Prepare meta_ac, data_ac and calculate credits when we want to add some
2828 * just give data_ac = NULL.
2836 struct ocfs2_alloc_context **data_ac,
2870 if (data_ac) {
2872 data_ac);
3188 &context->data_ac, &credits);
3244 context->data_ac,
3304 if (context->data_ac) {
3305 ocfs2_free_alloc_context(context->data_ac);
3306 context->data_ac = NULL;