#include <Disk.h>

Definition at line 175 of file Disk.h.
Data Fields | |
| size_t | block_size |
| How many bytes there are in a physical disk block. | |
| off_t_large | byte_pos |
| Current byte position in the disk. | |
| struct CDisk::SDisk_state::SDisk_scsi | scsi |
Data Structures | |
| struct | SDisk_scsi |
| SCSI state for SCSI-connected disks. More... | |
How many bytes there are in a physical disk block.
Definition at line 177 of file Disk.h.
Referenced by CDisk::calc_cylinders(), CDisk::CDisk(), CDiskDevice::CDiskDevice(), CDiskFile::CDiskFile(), CDiskRam::CDiskRam(), CDisk::get_block_size(), CDisk::get_lba_size(), CDisk::read_blocks(), CDisk::seek_block(), CDisk::set_block_size(), and CDisk::write_blocks().
| off_t_large CDisk::SDisk_state::byte_pos |
Current byte position in the disk.
Definition at line 178 of file Disk.h.
Referenced by CDiskDevice::CDiskDevice(), CDiskFile::CDiskFile(), CDiskRam::CDiskRam(), CDiskRam::read_bytes(), CDiskFile::read_bytes(), CDiskDevice::read_bytes(), CDiskRam::write_bytes(), CDiskFile::write_bytes(), and CDiskDevice::write_bytes().