Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dboot.c95 boot->RootDirEnts = block[17] + (block[18] << 8); in readboot()
113 if (!boot->RootDirEnts) in readboot()
223 boot->FirstCluster = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1) in readboot()
H A Ddosfs.h46 u_int RootDirEnts; /* number of root directory entries */ member
H A Ddir.c225 b1 = boot->RootDirEnts * 32; in resetDosDirSection()
490 last = boot->RootDirEnts * 32; in readDosDirSection()