Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c106 boot->FSInfo = block[48] + (block[49] << 8);
116 if ((boot->FSInfo == 0) ||
128 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
129 != boot->FSInfo * boot->BytesPerSec
155 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
156 != boot->FSInfo * boot->BytesPerSec
164 boot->FSInfo = 0;
166 if (boot->FSInfo) {
289 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
290 != boot->FSInfo * boot->BytesPerSec
[all …]
Ddosfs.h61 u_int FSInfo; /* FSInfo sector */ member
Dfat.c694 if (boot->FSInfo) { in checklost()