Searched refs:cudp (Results 1 – 1 of 1) sorted by relevance
153 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local156 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()157 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()159 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()172 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local174 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()175 kmem_zone_free(xfs_cud_zone, cudp); in xfs_cud_item_release()190 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud() local192 cudp = kmem_zone_zalloc(xfs_cud_zone, 0); in xfs_trans_get_cud()193 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()[all …]