Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_extfree_item.c239 if (efdp->efd_format.efd_nextents > XFS_EFD_MAX_FAST_EXTENTS) in xfs_efd_item_free()
272 ASSERT(efdp->efd_next_extent == efdp->efd_format.efd_nextents); in xfs_efd_item_format()
275 efdp->efd_format.efd_type = lip->li_type; in xfs_efd_item_format()
276 efdp->efd_format.efd_size = 1; in xfs_efd_item_format()
279 xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents)); in xfs_efd_item_format()
347 efdp->efd_format.efd_extents[i] = in xfs_efd_from_efi()
360 ASSERT(efdp->efd_next_extent < efdp->efd_format.efd_nextents); in xfs_efd_add_extent()
362 extp = &efdp->efd_format.efd_extents[efdp->efd_next_extent]; in xfs_efd_add_extent()
466 efdp->efd_format.efd_nextents = count; in xfs_extent_free_create_done()
467 efdp->efd_format.efd_efi_id = efip->efi_format.efi_id; in xfs_extent_free_create_done()
[all …]
H A Dxfs_extfree_item.h72 xfs_efd_log_format_t efd_format; member
79 return offsetof(struct xfs_efd_log_item, efd_format) + in xfs_efd_log_item_sizeof()