Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_extfree_item.c109 efip->efi_format.efi_type = XFS_LI_EFI; in xfs_efi_item_format()
169 xfs_log_item_init(mp, &efip->efi_item, XFS_LI_EFI, &xfs_efi_item_ops); in xfs_efi_init()
749 .item_type = XFS_LI_EFI,
775 xlog_recover_release_intent(log, XFS_LI_EFI, efd_formatp->efd_efi_id); in xlog_recover_efd_commit_pass2()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_format.h230 #define XFS_LI_EFI 0x1236 macro
248 { XFS_LI_EFI, "XFS_LI_EFI" }, \