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

  /external/fio/
verify.h 31 struct verify_header { struct
verify.c 29 struct verify_header *hdr, unsigned int header_num,
106 struct verify_header *hdr;
142 * Prepare for separation of verify_header and checksum header
193 return len + sizeof(struct verify_header);
196 static inline unsigned int hdr_size(struct verify_header *hdr)
201 static void *hdr_priv(struct verify_header *hdr)
205 return priv + sizeof(struct verify_header);
283 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc)
319 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc)
341 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc
712 static int verify_header(struct io_u *io_u, struct verify_header *hdr) function
    [all...]

Completed in 67 milliseconds