Home
last modified time | relevance | path

Searched defs:disklabel (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/filesystems/fs_rec/
H A Dffs.h183 typedef struct disklabel { struct
191 * the disklabel is read off the disk or in-core copy. argument
197 union {
203 } d_un;
206 UINT32 d_secsize; /* # of bytes per sector */
208 UINT32 d_ntracks; /* # of tracks per cylinder */
244 UINT16 d_rpm; /* rotational speed */
248 UINT32 d_headswitch; /* head switch time, usec */
250 UINT32 d_flags; /* generic flags */
253 UINT32 d_magic2; /* the magic number (again) */
[all …]