Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dgenhd.h457 struct solaris_x86_vtoc { struct
458 unsigned int v_bootinfo[3]; /* info needed by mboot (unsupported) */
459 __le32 v_sanity; /* to verify vtoc sanity */
460 __le32 v_version; /* layout version */
461 char v_volume[8]; /* volume name */
462 __le16 v_sectorsz; /* sector size in bytes */
463 __le16 v_nparts; /* number of partitions */
464 unsigned int v_reserved[10]; /* free space */
466 v_slice[SOLARIS_X86_NUMSLICE]; /* slice headers */
467 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */
[all …]