Searched refs:FSInfo (Results 1 – 3 of 3) sorted by relevance
130 boot->FSInfo = block[48] + (block[49] << 8); in readboot()133 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in readboot()134 != boot->FSInfo * boot->BytesPerSec in readboot()160 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in readboot()161 != boot->FSInfo * boot->BytesPerSec in readboot()172 boot->FSInfo = 0; in readboot()174 if (boot->FSInfo) { in readboot()309 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in writefsinfo()310 != boot->FSInfo * boot->BytesPerSec in writefsinfo()325 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) in writefsinfo()[all …]
54 u_int FSInfo; /* FSInfo sector */ member
614 if (boot->FSInfo) { in checklost()