Searched refs:src_efi_fmt (Results 1 – 1 of 1) sorted by relevance
181 xfs_efi_log_format_t *src_efi_fmt = buf->i_addr; in xfs_efi_copy_format() local183 uint len = xfs_efi_log_format_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()184 uint len32 = xfs_efi_log_format32_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()185 uint len64 = xfs_efi_log_format64_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()188 memcpy(dst_efi_fmt, src_efi_fmt, in xfs_efi_copy_format()190 for (i = 0; i < src_efi_fmt->efi_nextents; i++) in xfs_efi_copy_format()192 &src_efi_fmt->efi_extents[i], in xfs_efi_copy_format()