Searched refs:TotSize (Results 1 – 1 of 1) sorted by relevance
84 static ulong_t TotSize; /* Total size of FS in # of sectors */ variable548 ltohi(part[partno].numsect), TotSize); in fill_bpb_sizes()552 TotSize = usesize; in fill_bpb_sizes()930 if (TotSize > 0xffff) in seek_nofdisk()933 wbpb->bpb.sectors_in_volume = (short)TotSize; in seek_nofdisk()934 wbpb->bpb.sectors_in_logical_volume = TotSize; in seek_nofdisk()1225 TotSize = tsize; in lookup_floppy()1233 gettext("FDIOGCHAR call"), tsize, TotSize); in lookup_floppy()1992 if (!*prtfdisk && TotSize != wbpb->bpb.sectors_in_volume && in compare_existing_with_computed()1993 TotSize != wbpb->bpb.sectors_in_logical_volume) { in compare_existing_with_computed()[all …]