Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Ddosfs.h65 u_char h_clus[2]; /* clus[hi] */ member
H A Ddosfs.c132 ((u_int)cv2((de)->dex.h_clus) << 16) | \
170 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff; in dos_mount()
171 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff; in dos_mount()