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

/freebsd-12-stable/stand/libsa/
H A Ddosfs.h67 u_char h_clus[2]; /* clus[hi] */ member in struct:__anon9243
H A Ddosfs.c133 ((u_int)cv2((de)->dex.h_clus) << 16) | \
212 fs->root.dex.h_clus[0] = (fs->rdcl >> 16) & 0xff;
213 fs->root.dex.h_clus[1] = (fs->rdcl >> 24) & 0xff;

Completed in 153 milliseconds