Searched defs:scsi_disk (Results 1 – 1 of 1) sorted by relevance
26 typedef struct scsi_disk { struct27 unsigned capacity; /* size in blocks */28 Scsi_Device *device;29 unsigned char ready; /* flag ready for FLOPTICAL */30 unsigned char write_prot; /* flag write_protect for rmvable dev */31 unsigned char sector_bit_size; /* sector_size = 2 to the bit size power */32 unsigned char sector_bit_shift; /* power of 2 sectors per FS block */33 unsigned has_part_table:1; /* has partition table */