Searched refs:verify_type (Results 1 – 2 of 2) sorted by relevance
129 static inline unsigned int __hdr_size(int verify_type) in __hdr_size() argument133 switch (verify_type) { in __hdr_size()183 return __hdr_size(hdr->verify_type); in hdr_size()773 unsigned int verify_type; in verify_io_u() local795 verify_type = td->o.verify; in verify_io_u()797 verify_type = hdr->verify_type; in verify_io_u()799 switch (verify_type) { in verify_io_u()838 log_err("Bad verify type %u\n", hdr->verify_type); in verify_io_u()842 if (ret && verify_type != hdr->verify_type) in verify_io_u()844 hdr->verify_type, verify_type); in verify_io_u()[all …]
33 uint16_t verify_type; member