Searched defs:verify_header (Results 1 – 2 of 2) sorted by relevance
31 struct verify_header { struct32 uint16_t magic;33 uint16_t verify_type;34 uint32_t len;35 uint64_t rand_seed;36 uint32_t crc32;
703 static int verify_header(struct io_u *io_u, struct verify_header *hdr, in verify_header() function