Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_refcount_item.h68 struct xfs_cud_log_format cud_format; member
Dxfs_refcount_item.c188 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
189 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()
191 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()
228 cudp->cud_format.cud_cui_id = cuip->cui_format.cui_id; in xfs_trans_get_cud()