Searched refs:RootDirEnts (Results 1 - 3 of 3) sorted by relevance

/external/fsck_msdos/
H A Ddosfs.h53 u_int RootDirEnts; /* number of root directory entries */ member in struct:bootblock
H A Dboot.c78 boot->RootDirEnts = block[17] + (block[18] << 8);
89 if (!boot->RootDirEnts)
237 boot->ClusterOffset = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
H A Ddir.c230 b1 = boot->RootDirEnts * 32;
461 last = boot->RootDirEnts * 32;
555 last = boot->RootDirEnts * 32;

Completed in 64 milliseconds