Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_bmap_item.c94 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
143 xfs_log_item_init(mp, &buip->bui_item, XFS_LI_BUI, &xfs_bui_item_ops); in xfs_bui_init()
662 .item_type = XFS_LI_BUI,
688 xlog_recover_release_intent(log, XFS_LI_BUI, bud_formatp->bud_bui_id); in xlog_recover_bud_commit_pass2()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_format.h238 #define XFS_LI_BUI 0x1244 /* bmbt update intent */ macro
254 { XFS_LI_BUI, "XFS_LI_BUI" }, \