Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_item.c86 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
200 xfs_log_item_init(mp, &buip->bui_item, XFS_LI_BUI, &xfs_bui_item_ops); in xfs_bui_init()
Dxfs_log_recover.c1958 case XFS_LI_BUI: in xlog_recover_reorder_trans()
3800 if (lip->li_type == XFS_LI_BUI) { in xlog_recover_bud_pass2()
4051 case XFS_LI_BUI: in xlog_recover_ra_pass2()
4080 case XFS_LI_BUI: in xlog_recover_commit_pass1()
4120 case XFS_LI_BUI: in xlog_recover_commit_pass2()
4802 case XFS_LI_BUI: in xlog_item_is_intent()
4923 case XFS_LI_BUI: in xlog_recover_process_intents()
4982 case XFS_LI_BUI: in xlog_recover_cancel_intents()
/fs/xfs/libxfs/
Dxfs_log_format.h240 #define XFS_LI_BUI 0x1244 /* bmbt update intent */ macro
256 { XFS_LI_BUI, "XFS_LI_BUI" }, \