efd_format        243 fs/xfs/xfs_extfree_item.c 	if (efdp->efd_format.efd_nextents > XFS_EFD_MAX_FAST_EXTENTS)
efd_format        259 fs/xfs/xfs_extfree_item.c 	       (efdp->efd_format.efd_nextents - 1) * sizeof(xfs_extent_t);
efd_format        287 fs/xfs/xfs_extfree_item.c 	ASSERT(efdp->efd_next_extent == efdp->efd_format.efd_nextents);
efd_format        289 fs/xfs/xfs_extfree_item.c 	efdp->efd_format.efd_type = XFS_LI_EFD;
efd_format        290 fs/xfs/xfs_extfree_item.c 	efdp->efd_format.efd_size = 1;
efd_format        293 fs/xfs/xfs_extfree_item.c 			&efdp->efd_format,
efd_format        344 fs/xfs/xfs_extfree_item.c 	efdp->efd_format.efd_nextents = nextents;
efd_format        345 fs/xfs/xfs_extfree_item.c 	efdp->efd_format.efd_efi_id = efip->efi_format.efi_id;
efd_format        388 fs/xfs/xfs_extfree_item.c 	ASSERT(next_extent < efdp->efd_format.efd_nextents);
efd_format        389 fs/xfs/xfs_extfree_item.c 	extp = &(efdp->efd_format.efd_extents[next_extent]);
efd_format        568 fs/xfs/xfs_extfree_item.c 	ASSERT(next_extent < efdp->efd_format.efd_nextents);
efd_format        569 fs/xfs/xfs_extfree_item.c 	extp = &(efdp->efd_format.efd_extents[next_extent]);
efd_format         70 fs/xfs/xfs_extfree_item.h 	xfs_efd_log_format_t	efd_format;