Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.c105 u_char rdcl[4]; /* root directory cluster */ member
259 fs->root.clus[0] = fs->rdcl & 0xff; in dos_mount_impl()
260 fs->root.clus[1] = (fs->rdcl >> 8) & 0xff; in dos_mount_impl()
261 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff; in dos_mount_impl()
262 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff; in dos_mount_impl()
669 fs->rdcl = cv4(bs->bpb.fstype.f32.rdcl); in parsebs()
670 if (fs->rdcl < LOCLUS) in parsebs()
746 clus = fs->rdcl; in lookup()
H A Ddosfs.h108 u_int rdcl; /* root directory start cluster */ member