Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_extfree_item.c246 if (efdp->efd_format.efd_nextents > XFS_EFD_MAX_FAST_EXTENTS) in xfs_efd_item_free()
261 *nbytes += xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents); in xfs_efd_item_size()
283 ASSERT(efdp->efd_next_extent == efdp->efd_format.efd_nextents); in xfs_efd_item_format()
286 efdp->efd_format.efd_type = lip->li_type; in xfs_efd_item_format()
287 efdp->efd_format.efd_size = 1; in xfs_efd_item_format()
289 xlog_format_copy(lfb, XLOG_REG_TYPE_EFD_FORMAT, &efdp->efd_format, in xfs_efd_item_format()
290 xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents)); in xfs_efd_item_format()
358 efdp->efd_format.efd_extents[i] = in xfs_efd_from_efi()
371 ASSERT(efdp->efd_next_extent < efdp->efd_format.efd_nextents); in xfs_efd_add_extent()
373 extp = &efdp->efd_format.efd_extents[efdp->efd_next_extent]; in xfs_efd_add_extent()
[all …]
H A Dxfs_extfree_item.h72 struct xfs_efd_log_format efd_format; member
79 return offsetof(struct xfs_efd_log_item, efd_format) + in xfs_efd_log_item_sizeof()