Home
last modified time | relevance | path

Searched refs:cudp (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/ !
H A Dxfs_refcount_item.c203 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local
207 cudp->cud_format.cud_type = lip->li_type; in xfs_cud_item_format()
208 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()
210 xlog_format_copy(lfb, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()
223 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local
225 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()
226 kvfree(cudp->cud_item.li_lv_shadow); in xfs_cud_item_release()
227 kmem_cache_free(xfs_cud_cache, cudp); in xfs_cud_item_release()
353 struct xfs_cud_log_item *cudp; in xfs_refcount_update_create_done() local
355 cudp = kmem_cache_zalloc(xfs_cud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_refcount_update_create_done()
[all …]
/linux/Documentation/admin-guide/ !
H A Ddevices.rst213 "cu" device (e.g. ``/dev/cudp#``).