Home
last modified time | relevance | path

Searched refs:FSInfo (Results 1 – 4 of 4) sorted by relevance

/external/fsck_msdos/
Dboot.c106 boot->FSInfo = block[48] + (block[49] << 8);
109 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
110 != boot->FSInfo * boot->BytesPerSec
136 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
137 != boot->FSInfo * boot->BytesPerSec
145 boot->FSInfo = 0;
147 if (boot->FSInfo) {
270 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
271 != boot->FSInfo * boot->BytesPerSec
284 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET)
[all …]
Ddosfs.h61 u_int FSInfo; /* FSInfo sector */ member
Dfat.c694 if (boot->FSInfo) { in checklost()
/external/llvm/lib/Archive/
DArchiveWriter.cpp171 const sys::FileStatus *FSInfo = mbr->path.getFileStatus(false, ErrMsg); in addFileBefore() local
172 if (!FSInfo) { in addFileBefore()
176 mbr->info = *FSInfo; in addFileBefore()