Searched refs:efd_format (Results 1 – 2 of 2) sorted by relevance
247 if (efdp->efd_format.efd_nextents > XFS_EFD_MAX_FAST_EXTENTS) in xfs_efd_item_free()262 *nbytes += xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents); in xfs_efd_item_size()285 ASSERT(efdp->efd_next_extent == efdp->efd_format.efd_nextents); in xfs_efd_item_format()288 efdp->efd_format.efd_type = lip->li_type; in xfs_efd_item_format()289 efdp->efd_format.efd_size = 1; in xfs_efd_item_format()291 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_EFD_FORMAT, &efdp->efd_format, in xfs_efd_item_format()292 xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents)); in xfs_efd_item_format()360 efdp->efd_format.efd_extents[i] = in xfs_efd_from_efi()373 ASSERT(efdp->efd_next_extent < efdp->efd_format.efd_nextents); in xfs_efd_add_extent()375 extp = &efdp->efd_format.efd_extents[efdp->efd_next_extent]; in xfs_efd_add_extent()[all …]
72 struct xfs_efd_log_format efd_format; member79 return offsetof(struct xfs_efd_log_item, efd_format) + in xfs_efd_log_item_sizeof()