Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_exchmaps_item.c91 xmi_lip->xmi_format.xmi_type = XFS_LI_XMI; in xfs_xmi_item_format()
139 xfs_log_item_init(mp, &xmi_lip->xmi_item, XFS_LI_XMI, &xfs_xmi_item_ops); in xfs_xmi_init()
581 .item_type = XFS_LI_XMI,
607 xlog_recover_release_intent(log, XFS_LI_XMI, xmd_formatp->xmd_xmi_id); in xlog_recover_xmd_commit_pass2()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h249 #define XFS_LI_XMI 0x1248 /* mapping exchange intent */ macro
269 { XFS_LI_XMI, "XFS_LI_XMI" }, \