Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_bmap_item.c91 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
205 xfs_log_item_init(mp, &buip->bui_item, XFS_LI_BUI, &xfs_bui_item_ops); in xfs_bui_init()
Dxfs_log_recover.c1966 case XFS_LI_BUI: in xlog_recover_reorder_trans()
3810 if (lip->li_type == XFS_LI_BUI) { in xlog_recover_bud_pass2()
4061 case XFS_LI_BUI: in xlog_recover_ra_pass2()
4090 case XFS_LI_BUI: in xlog_recover_commit_pass1()
4130 case XFS_LI_BUI: in xlog_recover_commit_pass2()
4810 case XFS_LI_BUI: in xlog_item_is_intent()
4935 case XFS_LI_BUI: in xlog_recover_process_intents()
4992 case XFS_LI_BUI: in xlog_recover_cancel_intents()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h241 #define XFS_LI_BUI 0x1244 /* bmbt update intent */ macro
257 { XFS_LI_BUI, "XFS_LI_BUI" }, \