Home | History | Annotate | Download | only in squashfs-tools

Lines Matching refs:read_bytes

531 int read_bytes(int fd, void *buff, int bytes)
568 } else if(read_bytes(fd, buff, bytes) < bytes) {
2201 byte = read_bytes(file, file_buffer->data, block_size);
2305 file_buffer->size = read_bytes(file, file_buffer->data,
2335 res = read_bytes(file, &buffer, 1);
5029 res = read_bytes(recoverfd, header2, RECOVER_ID_SIZE);
5038 res = read_bytes(recoverfd, &sBlk, sizeof(struct squashfs_super_block));
5062 res = read_bytes(recoverfd, metadata, bytes);