xfs_efi_item_isrt
return xfs_efi_item_isrt(&efip->efi_item) ? XFS_LI_EFD_RT : XFS_LI_EFD;
bool isrt = xfs_efi_item_isrt(lip);