• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:vc

268 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc)  in dump_verify_buffers()
304 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc) in log_verify_failure()
326 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc) in io_u_verify_off()
331 static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) in verify_io_u_pattern()
376 static int verify_io_u_meta(struct verify_header *hdr, struct vcont *vc) in verify_io_u_meta()
413 static int verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) in verify_io_u_xxhash()
437 static int verify_io_u_sha512(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha512()
462 static int verify_io_u_sha256(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha256()
488 static int verify_io_u_sha1(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha1()
514 static int verify_io_u_crc7(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc7()
535 static int verify_io_u_crc16(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc16()
556 static int verify_io_u_crc64(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc64()
577 static int verify_io_u_crc32(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc32()
598 static int verify_io_u_crc32c(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc32c()
619 static int verify_io_u_md5(struct verify_header *hdr, struct vcont *vc) in verify_io_u_md5()
768 struct vcont vc = { in verify_io_u() local