Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_refcount_item.c190 cudp->cud_format.cud_type = XFS_LI_CUD; in xfs_cud_item_format()
227 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud()
Dxfs_log_recover.c1887 case XFS_LI_CUD: in xlog_recover_reorder_trans()
3983 case XFS_LI_CUD: in xlog_recover_ra_pass2()
4012 case XFS_LI_CUD: in xlog_recover_commit_pass1()
4051 case XFS_LI_CUD: in xlog_recover_commit_pass2()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h240 #define XFS_LI_CUD 0x1243 macro
256 { XFS_LI_CUD, "XFS_LI_CUD" }, \