Lines Matching refs:bytes_read
2394 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, &header, sizeof(header)));2395 if (bytes_read != sizeof(header)) {2397 __FUNCTION__, path, (bytes_read == -1) ? strerror(errno) : "short read");2434 __FUNCTION__, path, (bytes_read == -1) ? strerror(errno) : "short read");