Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_log_format.h252 #define XFS_LI_EFD_RT 0x124b /* realtime extent free done */ macro
278 { XFS_LI_EFD_RT, "XFS_LI_EFD_RT" }, \
/fs/xfs/
A Dxfs_extfree_item.c286 ASSERT(lip->li_type == XFS_LI_EFD || lip->li_type == XFS_LI_EFD_RT); in xfs_efd_item_format()
453 return xfs_efi_item_isrt(&efip->efi_item) ? XFS_LI_EFD_RT : XFS_LI_EFD; in xfs_efd_type_from_efi()
1029 .item_type = XFS_LI_EFD_RT,

Completed in 12 milliseconds