Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_bmap_item.c90 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
146 xfs_log_item_init(mp, &buip->bui_item, XFS_LI_BUI, &xfs_bui_item_ops); in xfs_bui_init()
Dxfs_log_recover.c1888 case XFS_LI_BUI: in xlog_recover_reorder_trans()
3734 if (lip->li_type == XFS_LI_BUI) { in xlog_recover_bud_pass2()
3984 case XFS_LI_BUI: in xlog_recover_ra_pass2()
4013 case XFS_LI_BUI: in xlog_recover_commit_pass1()
4053 case XFS_LI_BUI: in xlog_recover_commit_pass2()
4733 case XFS_LI_BUI: in xlog_item_is_intent()
4858 case XFS_LI_BUI: in xlog_recover_process_intents()
4914 case XFS_LI_BUI: in xlog_recover_cancel_intents()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h241 #define XFS_LI_BUI 0x1244 /* bmbt update intent */ macro
257 { XFS_LI_BUI, "XFS_LI_BUI" }, \