Searched refs:h_read (Results 1 – 3 of 3) sorted by relevance
79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header)); in vnduncompress() local80 if (h_read == -1) in vnduncompress()82 assert(h_read >= 0); in vnduncompress()83 if ((size_t)h_read != sizeof(header)) in vnduncompress()85 (size_t)h_read, sizeof(header)); in vnduncompress()
576 const ssize_t h_read = read_block(S->cloop2_fd, &header, in compress_restart() local578 if (h_read == -1) { in compress_restart()582 assert(h_read >= 0); in compress_restart()583 if ((size_t)h_read != sizeof(header)) { in compress_restart()
39 PROGS+= h_read