Home
last modified time | relevance | path

Searched refs:crc_len (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dverify.c211 unsigned int crc_len; member
315 hexdump(vc->good_crc, vc->crc_len); in log_verify_failure()
317 hexdump(vc->bad_crc, vc->crc_len); in log_verify_failure()
432 vc->crc_len = sizeof(hash); in verify_io_u_xxhash()
457 vc->crc_len = sizeof(vh->sha512); in verify_io_u_sha512()
483 vc->crc_len = sizeof(vh->sha256); in verify_io_u_sha256()
509 vc->crc_len = sizeof(vh->sha1); in verify_io_u_sha1()
530 vc->crc_len = 1; in verify_io_u_crc7()
551 vc->crc_len = 2; in verify_io_u_crc16()
572 vc->crc_len = 8; in verify_io_u_crc64()
[all …]