Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_extfree_item.c107 ASSERT(lip->li_type == XFS_LI_EFI || lip->li_type == XFS_LI_EFI_RT); in xfs_efi_item_format()
156 ASSERT(item_type == XFS_LI_EFI || item_type == XFS_LI_EFI_RT); in xfs_efi_init()
331 ASSERT(lip->li_type == XFS_LI_EFI || lip->li_type == XFS_LI_EFI_RT); in xfs_efi_item_isrt()
333 return lip->li_type == XFS_LI_EFI_RT; in xfs_efi_item_isrt()
716 ASSERT(intent->li_type == XFS_LI_EFI || intent->li_type == XFS_LI_EFI_RT); in xfs_extent_free_relog_intent()
763 XFS_LI_EFI_RT); in xfs_rtextent_free_create_intent()
943 .item_type = XFS_LI_EFI_RT,
1018 xlog_recover_release_intent(log, XFS_LI_EFI_RT, in xlog_recover_rtefd_commit_pass2()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h233 #define XFS_LI_EFI_RT 0x124a /* realtime extent free intent */ macro
259 { XFS_LI_EFI_RT, "XFS_LI_EFI_RT" }, \