Searched refs:XFS_LI_EFD_RT (Results 1 – 2 of 2) sorted by relevance
252 #define XFS_LI_EFD_RT 0x124b /* realtime extent free done */ macro278 { XFS_LI_EFD_RT, "XFS_LI_EFD_RT" }, \
273 ASSERT(lip->li_type == XFS_LI_EFD || lip->li_type == XFS_LI_EFD_RT); in xfs_efd_item_format()440 return xfs_efi_item_isrt(&efip->efi_item) ? XFS_LI_EFD_RT : XFS_LI_EFD; in xfs_efd_type_from_efi()1016 .item_type = XFS_LI_EFD_RT,