Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_rmap_item.c89 ruip->rui_format.rui_type = XFS_LI_RUI; in xfs_rui_item_format()
208 xfs_log_item_init(mp, &ruip->rui_item, XFS_LI_RUI, &xfs_rui_item_ops); in xfs_rui_init()
Dxfs_log_recover.c1962 case XFS_LI_RUI: in xlog_recover_reorder_trans()
3574 if (lip->li_type == XFS_LI_RUI) { in xlog_recover_rud_pass2()
4057 case XFS_LI_RUI: in xlog_recover_ra_pass2()
4086 case XFS_LI_RUI: in xlog_recover_commit_pass1()
4122 case XFS_LI_RUI: in xlog_recover_commit_pass2()
4808 case XFS_LI_RUI: in xlog_item_is_intent()
4929 case XFS_LI_RUI: in xlog_recover_process_intents()
4986 case XFS_LI_RUI: in xlog_recover_cancel_intents()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h237 #define XFS_LI_RUI 0x1240 /* rmap update intent */ macro
253 { XFS_LI_RUI, "XFS_LI_RUI" }, \