Home
last modified time | relevance | path

Searched refs:rdcl (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/libsa/
H A Ddosfs.c97 u_char rdcl[4]; /* root directory start cluster */ member
219 fs->root.clus[0] = fs->rdcl & 0xff; in dos_mount_impl()
220 fs->root.clus[1] = (fs->rdcl >> 8) & 0xff; in dos_mount_impl()
221 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff; in dos_mount_impl()
222 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff; in dos_mount_impl()
607 if ((fs->rdcl = cv4(bs->bpb.rdcl)) < LOCLUS) in parsebs()
681 clus = fs->rdcl; in lookup()
H A Ddosfs.h105 u_int rdcl; /* root directory start cluster */ member