Lines Matching defs:bytes_read
2135 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, &header, sizeof(header)));2136 if (bytes_read != sizeof(header)) {2138 __FUNCTION__, path, (bytes_read == -1) ? strerror(errno) : "short read");