Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vio_disk_vtoc Struct Reference

#include <vio.h>

Data Fields

u8 volume_name [VIO_DISK_VNAME_LEN]
 
u16 sector_size
 
u16 num_partitions
 
u8 ascii_label [VIO_DISK_ALABEL_LEN]
 
struct {
   u16   id
 
   u16   perm_flags
 
   u32   resv
 
   u64   start_block
 
   u64   num_blocks
 
partitions [VIO_DISK_NUM_PART]
 

Detailed Description

Definition at line 160 of file vio.h.

Field Documentation

u8 ascii_label[VIO_DISK_ALABEL_LEN]

Definition at line 164 of file vio.h.

Definition at line 166 of file vio.h.

u64 num_blocks

Definition at line 170 of file vio.h.

u16 num_partitions

Definition at line 163 of file vio.h.

struct { ... } partitions[VIO_DISK_NUM_PART]
u16 perm_flags

Definition at line 167 of file vio.h.

u32 resv

Definition at line 168 of file vio.h.

u16 sector_size

Definition at line 162 of file vio.h.

u64 start_block

Definition at line 169 of file vio.h.

u8 volume_name[VIO_DISK_VNAME_LEN]

Definition at line 161 of file vio.h.


The documentation for this struct was generated from the following file: