Lines Matching refs:data_ac
47 struct ocfs2_alloc_context *data_ac;
245 * if (context->data_ac)
246 * context->data_ac->ac_resv = &OCFS2_I(inode)->ip_la_data_resv;
268 ret = ocfs2_reserve_clusters(osb, *len, &context->data_ac);
281 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len,
324 if (need_free && context->data_ac) {
325 struct ocfs2_alloc_context *data_ac = context->data_ac;
327 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL)
328 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
332 data_ac->ac_inode,
333 data_ac->ac_bh,
343 if (context->data_ac) {
344 ocfs2_free_alloc_context(context->data_ac);
345 context->data_ac = NULL;