Lines Matching refs:data_ac
4737 struct ocfs2_alloc_context *data_ac, in ocfs2_add_clusters_in_btree() argument
4782 status = __ocfs2_claim_clusters(handle, data_ac, 1, in ocfs2_add_clusters_in_btree()
4826 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_add_clusters_in_btree()
4827 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_add_clusters_in_btree()
4831 data_ac->ac_inode, in ocfs2_add_clusters_in_btree()
4832 data_ac->ac_bh, in ocfs2_add_clusters_in_btree()
6844 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_convert_inline_data_to_extents() local
6861 ret = ocfs2_reserve_clusters(osb, 1, &data_ac); in ocfs2_convert_inline_data_to_extents()
6893 data_ac->ac_resv = &OCFS2_I(inode)->ip_la_data_resv; in ocfs2_convert_inline_data_to_extents()
6895 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents()
6980 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_convert_inline_data_to_extents()
6981 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_convert_inline_data_to_extents()
6985 data_ac->ac_inode, in ocfs2_convert_inline_data_to_extents()
6986 data_ac->ac_bh, in ocfs2_convert_inline_data_to_extents()
6994 if (data_ac) in ocfs2_convert_inline_data_to_extents()
6995 ocfs2_free_alloc_context(data_ac); in ocfs2_convert_inline_data_to_extents()