Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_refcount_item.c188 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
225 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()
692 .item_type = XFS_LI_CUD,
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h240 #define XFS_LI_CUD 0x1243 macro
256 { XFS_LI_CUD, "XFS_LI_CUD" }, \