Lines Matching refs:dst_efi_fmt
242 xfs_efi_copy_format(xfs_log_iovec_t *buf, xfs_efi_log_format_t *dst_efi_fmt) in xfs_efi_copy_format() argument
254 memcpy((char *)dst_efi_fmt, (char*)src_efi_fmt, len); in xfs_efi_copy_format()
259 dst_efi_fmt->efi_type = src_efi_fmt_32->efi_type; in xfs_efi_copy_format()
260 dst_efi_fmt->efi_size = src_efi_fmt_32->efi_size; in xfs_efi_copy_format()
261 dst_efi_fmt->efi_nextents = src_efi_fmt_32->efi_nextents; in xfs_efi_copy_format()
262 dst_efi_fmt->efi_id = src_efi_fmt_32->efi_id; in xfs_efi_copy_format()
263 for (i = 0; i < dst_efi_fmt->efi_nextents; i++) { in xfs_efi_copy_format()
264 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()
266 dst_efi_fmt->efi_extents[i].ext_len = in xfs_efi_copy_format()
273 dst_efi_fmt->efi_type = src_efi_fmt_64->efi_type; in xfs_efi_copy_format()
274 dst_efi_fmt->efi_size = src_efi_fmt_64->efi_size; in xfs_efi_copy_format()
275 dst_efi_fmt->efi_nextents = src_efi_fmt_64->efi_nextents; in xfs_efi_copy_format()
276 dst_efi_fmt->efi_id = src_efi_fmt_64->efi_id; in xfs_efi_copy_format()
277 for (i = 0; i < dst_efi_fmt->efi_nextents; i++) { in xfs_efi_copy_format()
278 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()
280 dst_efi_fmt->efi_extents[i].ext_len = in xfs_efi_copy_format()