Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_refcount_item.c249 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()
372 cudp->cud_format.cud_cui_id = cuip->cui_format.cui_id; in xfs_cud_init()
Dxfs_refcount_item.h74 struct xfs_cud_log_format cud_format; member