Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Ddir.c248 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection()
250 boot->RootCl); in resetDosDirSection()
253 cl = fat[boot->RootCl].next; in resetDosDirSection()
256 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection()
267 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection()
273 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection()
274 rootDir->head = boot->RootCl; in resetDosDirSection()
H A Ddosfs.h56 cl_t RootCl; /* Start of Root Directory */ member
H A Dboot.c128 boot->RootCl = block[44] + (block[45] << 8) in readboot()