Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/dossrv/
H A Ddat.h3 typedef struct Dosbpb Dosbpb; typedef
119 struct Dosbpb{ struct
121 int sectsize; /* in bytes */
122 int clustsize; /* in sectors */
123 int nresrv; /* sectors */
124 int nfats; /* usually 2; modified to 1 if fat mirroring disabled */
125 int rootsize; /* number of entries, for fat12 and fat16 */
126 long volsize; /* in sectors */
127 int mediadesc;
128 long fatsize; /* in sectors */
[all …]