Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_refcount_item.c194 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local
199 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() local
217 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() local
348 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 …]
/linux-6.15/Documentation/admin-guide/
H A Ddevices.rst211 "cu" device (e.g. ``/dev/cudp#``).