Lines Matching defs:data_ac
52 struct ocfs2_alloc_context *data_ac;
2828 * Prepare meta_ac, data_ac and calculate credits when we want to add some
2836 * just give data_ac = NULL.
2844 struct ocfs2_alloc_context **data_ac,
2878 if (data_ac) {
2880 data_ac);
3226 &context->data_ac, &credits);
3282 context->data_ac,
3342 if (context->data_ac) {
3343 ocfs2_free_alloc_context(context->data_ac);
3344 context->data_ac = NULL;