• Home
  • Raw
  • Download

Lines Matching defs:vc

298 static void __dump_verify_buffers(struct verify_header *hdr, struct vcont *vc)  in __dump_verify_buffers()
334 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) in dump_verify_buffers()
347 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc) in log_verify_failure()
369 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc) in io_u_verify_off()
374 static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) in verify_io_u_pattern()
423 static int verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) in verify_io_u_xxhash()
447 static int verify_io_u_sha3(struct verify_header *hdr, struct vcont *vc, in verify_io_u_sha3()
469 static int verify_io_u_sha3_224(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_224()
483 static int verify_io_u_sha3_256(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_256()
497 static int verify_io_u_sha3_384(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_384()
511 static int verify_io_u_sha3_512(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha3_512()
525 static int verify_io_u_sha512(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha512()
550 static int verify_io_u_sha256(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha256()
576 static int verify_io_u_sha1(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha1()
602 static int verify_io_u_crc7(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc7()
623 static int verify_io_u_crc16(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc16()
644 static int verify_io_u_crc64(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc64()
665 static int verify_io_u_crc32(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc32()
686 static int verify_io_u_crc32c(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc32c()
707 static int verify_io_u_md5(struct verify_header *hdr, struct vcont *vc) in verify_io_u_md5()
911 struct vcont vc = { in verify_io_u() local