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

  /external/fio/
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...]
verify.h 31 struct verify_header { struct
options.c     [all...]

Completed in 184 milliseconds