Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_bmap_item.c95 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
144 xfs_log_item_init(mp, &buip->bui_item, XFS_LI_BUI, &xfs_bui_item_ops); in xfs_bui_init()
647 .item_type = XFS_LI_BUI,
673 xlog_recover_release_intent(log, XFS_LI_BUI, bud_formatp->bud_bui_id); in xlog_recover_bud_commit_pass2()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h241 #define XFS_LI_BUI 0x1244 /* bmbt update intent */ macro
257 { XFS_LI_BUI, "XFS_LI_BUI" }, \