HomeSort by relevance Sort by last modified time
    Searched full:verify_header (Results 1 - 3 of 3) sorted by null

  /external/fio/
verify.c 29 struct verify_header *hdr, unsigned int header_num,
91 struct verify_header *hdr;
127 * Prepare for separation of verify_header and checksum header
178 return len + sizeof(struct verify_header);
181 static inline unsigned int hdr_size(struct verify_header *hdr)
186 static void *hdr_priv(struct verify_header *hdr)
190 return priv + sizeof(struct verify_header);
268 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc)
304 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc)
326 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc
703 static int verify_header(struct io_u *io_u, struct verify_header *hdr, function
    [all...]
verify.h 31 struct verify_header { struct
options.c     [all...]

Completed in 82 milliseconds