Lines Matching refs:bpbFSInfo
185 boot->bpbFSInfo = block[48] + (block[49] << 8); in readboot()
191 if (boot->bpbFSInfo == 0) { in readboot()
202 if (lseek(dosfs, boot->bpbFSInfo * boot->bpbBytesPerSec, in readboot()
203 SEEK_SET) != boot->bpbFSInfo * boot->bpbBytesPerSec in readboot()
228 if (lseek(dosfs, boot->bpbFSInfo * in readboot()
230 != boot->bpbFSInfo * boot->bpbBytesPerSec in readboot()
238 boot->bpbFSInfo = 0; in readboot()
343 if (lseek(dosfs, boot->bpbFSInfo * boot->bpbBytesPerSec, SEEK_SET) in writefsinfo()
344 != boot->bpbFSInfo * boot->bpbBytesPerSec in writefsinfo()
357 if (lseek(dosfs, boot->bpbFSInfo * boot->bpbBytesPerSec, SEEK_SET) in writefsinfo()
358 != boot->bpbFSInfo * boot->bpbBytesPerSec in writefsinfo()