OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootDirEnts
(Results
1 - 3
of
3
) sorted by null
/external/fsck_msdos/
dosfs.h
53
u_int
RootDirEnts
; /* number of root directory entries */
boot.c
78
boot->
RootDirEnts
= block[17] + (block[18] << 8);
89
if (!boot->
RootDirEnts
)
196
boot->ClusterOffset = (boot->
RootDirEnts
* 32 + boot->BytesPerSec - 1)
dir.c
230
b1 = boot->
RootDirEnts
* 32;
461
last = boot->
RootDirEnts
* 32;
553
last = boot->
RootDirEnts
* 32;
Completed in 16 milliseconds