Lines Matching defs:data_ac
4798 struct ocfs2_alloc_context *data_ac,
4843 status = __ocfs2_claim_clusters(handle, data_ac, 1,
4887 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL)
4888 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
4892 data_ac->ac_inode,
4893 data_ac->ac_bh,
7100 struct ocfs2_alloc_context *data_ac = NULL;
7108 ret = ocfs2_reserve_clusters(osb, 1, &data_ac);
7141 data_ac->ac_resv = &oi->ip_la_data_resv;
7143 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off,
7216 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL)
7217 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
7221 data_ac->ac_inode,
7222 data_ac->ac_bh,
7230 if (data_ac)
7231 ocfs2_free_alloc_context(data_ac);