Lines Matching refs:bpbFSInfo
183 boot->bpbFSInfo = block[48] + (block[49] << 8); in readboot()
189 if (boot->bpbFSInfo == 0) { in readboot()
200 if (lseek(dosfs, boot->bpbFSInfo * boot->bpbBytesPerSec, in readboot()
201 SEEK_SET) != boot->bpbFSInfo * boot->bpbBytesPerSec in readboot()
226 if (lseek(dosfs, boot->bpbFSInfo * in readboot()
228 != boot->bpbFSInfo * boot->bpbBytesPerSec in readboot()
236 boot->bpbFSInfo = 0; in readboot()
341 if (lseek(dosfs, boot->bpbFSInfo * boot->bpbBytesPerSec, SEEK_SET) in writefsinfo()
342 != boot->bpbFSInfo * boot->bpbBytesPerSec in writefsinfo()
355 if (lseek(dosfs, boot->bpbFSInfo * boot->bpbBytesPerSec, SEEK_SET) in writefsinfo()
356 != boot->bpbFSInfo * boot->bpbBytesPerSec in writefsinfo()