Home
last modified time | relevance | path

Searched refs:FSInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/fsck_msdos/
H A Dboot.c128 boot->FSInfo = block[48] + (block[49] << 8); in readboot()
131 o = lseek(dosfs, boot->FSInfo * secsize, SEEK_SET); in readboot()
132 if (o == -1 || o != boot->FSInfo * secsize) { in readboot()
173 o = lseek(dosfs, boot->FSInfo * secsize, in readboot()
175 if (o == -1 || o != boot->FSInfo * secsize) { in readboot()
186 boot->FSInfo = 0; in readboot()
188 if (boot->FSInfo) { in readboot()
322 o = lseek(dosfs, boot->FSInfo * secsize, SEEK_SET); in writefsinfo()
323 if (o == -1 || o != boot->FSInfo * secsize) { in writefsinfo()
344 if (o == -1 || o != boot->FSInfo * boot->BytesPerSec) { in writefsinfo()
H A Ddosfs.h55 u_int FSInfo; /* FSInfo sector */ member
H A Dfat.c539 if (boot->FSInfo) { in checklost()