Searched refs:cudp (Results 1 – 2 of 2) sorted by relevance
194 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local199 cudp->cud_format.cud_type = lip->li_type; in xfs_cud_item_format()200 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()215 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local217 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()218 kvfree(cudp->cud_item.li_lv_shadow); in xfs_cud_item_release()219 kmem_cache_free(xfs_cud_cache, cudp); in xfs_cud_item_release()345 struct xfs_cud_log_item *cudp; in xfs_refcount_update_create_done() local348 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, in xfs_refcount_update_create_done()350 cudp->cud_cuip = cuip; in xfs_refcount_update_create_done()[all …]
211 "cu" device (e.g. ``/dev/cudp#``).