Home
last modified time | relevance | path

Searched refs:XFS_LI_EFI (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()
445 XFS_LI_EFI); in xfs_extent_free_create_intent()
716 ASSERT(intent->li_type == XFS_LI_EFI || intent->li_type == XFS_LI_EFI_RT); in xfs_extent_free_relog_intent()
891 .item_type = XFS_LI_EFI,
981 xlog_recover_release_intent(log, XFS_LI_EFI, efd_formatp->efd_efi_id); in xlog_recover_efd_commit_pass2()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h215 #define XFS_LI_EFI 0x1236 macro
241 { XFS_LI_EFI, "XFS_LI_EFI" }, \