Searched refs:dst_efi_fmt (Results 1 – 1 of 1) sorted by relevance
187 struct xfs_efi_log_format *dst_efi_fmt) in xfs_efi_copy_format() argument197 memcpy(dst_efi_fmt, src_efi_fmt, in xfs_efi_copy_format()200 memcpy(&dst_efi_fmt->efi_extents[i], in xfs_efi_copy_format()207 dst_efi_fmt->efi_type = src_efi_fmt_32->efi_type; in xfs_efi_copy_format()208 dst_efi_fmt->efi_size = src_efi_fmt_32->efi_size; in xfs_efi_copy_format()209 dst_efi_fmt->efi_nextents = src_efi_fmt_32->efi_nextents; in xfs_efi_copy_format()210 dst_efi_fmt->efi_id = src_efi_fmt_32->efi_id; in xfs_efi_copy_format()211 for (i = 0; i < dst_efi_fmt->efi_nextents; i++) { in xfs_efi_copy_format()212 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()214 dst_efi_fmt->efi_extents[i].ext_len = in xfs_efi_copy_format()[all …]