Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.h66 uchar_t h_clus[2]; /* clus[hi] */ member
H A Ddosfs.c161 ((uint_t)cv2((de)->dex.h_clus) << 16) | \
268 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff; in dos_mount()
269 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff; in dos_mount()