Searched refs:cudp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_refcount_item.c | 246 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format() local 249 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format() 250 cudp->cud_format.cud_size = 1; in xfs_cud_item_format() 252 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format() 297 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_unlock() local 300 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_unlock() 301 kmem_zone_free(xfs_cud_zone, cudp); in xfs_cud_item_unlock() 316 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_committed() local 324 xfs_cui_release(cudp->cud_cuip); in xfs_cud_item_committed() 325 kmem_zone_free(xfs_cud_zone, cudp); in xfs_cud_item_committed() [all …]
|
D | xfs_trans_refcount.c | 29 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud() local 31 cudp = xfs_cud_init(tp->t_mountp, cuip); in xfs_trans_get_cud() 32 xfs_trans_add_item(tp, &cudp->cud_item); in xfs_trans_get_cud() 33 return cudp; in xfs_trans_get_cud() 44 struct xfs_cud_log_item *cudp, in xfs_trans_log_finish_refcount_update() argument 65 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags); in xfs_trans_log_finish_refcount_update()
|
D | xfs_trans.h | 266 struct xfs_cud_log_item *cudp,
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.rst | 211 "cu" device (e.g. ``/dev/cudp#``).
|