Searched refs:FSInfo (Results 1 – 5 of 5) sorted by relevance
106 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->BytesPerSec155 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)156 != boot->FSInfo * boot->BytesPerSec164 boot->FSInfo = 0;166 if (boot->FSInfo) {289 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)290 != boot->FSInfo * boot->BytesPerSec[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()
254 uint16_t FSInfo; member