Searched refs:FSInfo (Results 1 – 4 of 4) sorted by relevance
106 boot->FSInfo = block[48] + (block[49] << 8);109 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)110 != boot->FSInfo * boot->BytesPerSec136 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)137 != boot->FSInfo * boot->BytesPerSec145 boot->FSInfo = 0;147 if (boot->FSInfo) {270 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)271 != boot->FSInfo * boot->BytesPerSec284 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)[all …]
61 u_int FSInfo; /* FSInfo sector */ member
694 if (boot->FSInfo) { in checklost()
171 const sys::FileStatus *FSInfo = mbr->path.getFileStatus(false, ErrMsg); in addFileBefore() local172 if (!FSInfo) { in addFileBefore()176 mbr->info = *FSInfo; in addFileBefore()