Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_format.h234 #define XFS_LI_EFD 0x1237 macro
260 { XFS_LI_EFD, "XFS_LI_EFD" }, \
/linux-6.15/fs/xfs/
H A Dxfs_extfree_item.c273 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()
975 .item_type = XFS_LI_EFD,