Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_refcount_item.c187 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local
190 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
191 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()
193 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()
206 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release() local
208 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_release()
209 kmem_zone_free(xfs_cud_zone, cudp); in xfs_cud_item_release()
224 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud() local
226 cudp = kmem_zone_zalloc(xfs_cud_zone, 0); in xfs_trans_get_cud()
227 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()
[all …]
/Linux-v5.4/Documentation/admin-guide/
Ddevices.rst212 "cu" device (e.g. ``/dev/cudp#``).