Searched refs:cudp (Results 1 – 2 of 2) sorted by relevance
185 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local188 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()189 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()191 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()204 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local206 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()207 kmem_cache_free(xfs_cud_zone, cudp); in xfs_cud_item_release()222 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud() local224 cudp = kmem_cache_zalloc(xfs_cud_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_cud()225 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()[all …]
212 "cu" device (e.g. ``/dev/cudp#``).