Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_refcount_item.c193 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
194 cudp->cud_format.cud_size = 1; in xfs_cud_item_format()
196 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format, in xfs_cud_item_format()
318 cudp->cud_format.cud_cui_id = cuip->cui_format.cui_id; in xfs_refcount_update_create_done()
Dxfs_refcount_item.h68 struct xfs_cud_log_format cud_format; member