Lines Matching refs:data_ac
4776 struct ocfs2_alloc_context *data_ac,
4821 status = __ocfs2_claim_clusters(handle, data_ac, 1,
4865 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL)
4866 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
4870 data_ac->ac_inode,
4871 data_ac->ac_bh,
7058 struct ocfs2_alloc_context *data_ac = NULL;
7066 ret = ocfs2_reserve_clusters(osb, 1, &data_ac);
7099 data_ac->ac_resv = &oi->ip_la_data_resv;
7101 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off,
7174 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL)
7175 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
7179 data_ac->ac_inode,
7180 data_ac->ac_bh,
7188 if (data_ac)
7189 ocfs2_free_alloc_context(data_ac);