Lines Matching refs:data_ac
4774 struct ocfs2_alloc_context *data_ac,
4819 status = __ocfs2_claim_clusters(handle, data_ac, 1,
4863 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL)
4864 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
4868 data_ac->ac_inode,
4869 data_ac->ac_bh,
7063 struct ocfs2_alloc_context *data_ac = NULL;
7071 ret = ocfs2_reserve_clusters(osb, 1, &data_ac);
7104 data_ac->ac_resv = &oi->ip_la_data_resv;
7106 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off,
7179 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL)
7180 ocfs2_free_local_alloc_bits(osb, handle, data_ac,
7184 data_ac->ac_inode,
7185 data_ac->ac_bh,
7193 if (data_ac)
7194 ocfs2_free_alloc_context(data_ac);