Home
last modified time | relevance | path

Searched defs:filecore_disc_record (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/filecorefs/
H A Dfilecore.h101 struct filecore_disc_record { struct
102 unsigned log2secsize:8; /* base 2 log of the sector size */
103 unsigned secspertrack:8; /* number of sectors per track */
104 unsigned heads:8; /* number of heads */
105 unsigned density:8; /* 0: harddisc, else floppy density */
106 unsigned idlen:8; /* length of fragment id in bits */
107 unsigned log2bpmb:8; /* base 2 log of the bytes per FAU */
108 unsigned skew:8; /* track to sector skew */
109 unsigned bootoption:8; /* *OPT option */
110 unsigned lowsector:8; /* lowest sector id on a track */
[all …]