Searched refs:fio_crc7 (Results 1 – 4 of 4) sorted by relevance
46 unsigned char fio_crc7(const unsigned char *buffer, unsigned int len) in fio_crc7() function
11 extern unsigned char fio_crc7(const unsigned char *buffer, unsigned int len);
108 t->output += fio_crc7(buf, size); in t_crc7()
610 c = fio_crc7(p, hdr->len - hdr_size(vc->td, hdr)); in verify_io_u_crc7()1114 vh->crc7 = fio_crc7(p, len); in fill_crc7()