Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.c97 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()
694 .item_type = XFS_LI_BUI,
721 xlog_recover_release_intent(log, XFS_LI_BUI, bud_formatp->bud_bui_id); in xlog_recover_bud_commit_pass2()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h242 #define XFS_LI_BUI 0x1244 /* bmbt update intent */ macro
260 { XFS_LI_BUI, "XFS_LI_BUI" }, \