Searched defs:Dosbpb (Results 1 – 1 of 1) sorted by relevance
3 typedef struct Dosbpb Dosbpb; typedef119 struct Dosbpb{ struct121 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 …]