Lines Matching refs:data_ac
45 struct ocfs2_alloc_context *data_ac;
243 * if (context->data_ac)
244 * context->data_ac->ac_resv = &OCFS2_I(inode)->ip_la_data_resv;
266 ret = ocfs2_reserve_clusters(osb, *len, &context->data_ac);
279 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len,
322 if (need_free && context->data_ac) {
323 struct ocfs2_alloc_context *data_ac = context->data_ac;
325 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL)
326 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
330 data_ac->ac_inode,
331 data_ac->ac_bh,
341 if (context->data_ac) {
342 ocfs2_free_alloc_context(context->data_ac);
343 context->data_ac = NULL;