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

#include <drbd.h>

Data Fields

struct {
   unsigned   role:2
 
   unsigned   peer:2
 
   unsigned   conn:5
 
   unsigned   disk:4
 
   unsigned   pdsk:4
 
   unsigned   susp:1
 
   unsigned   aftr_isp:1
 
   unsigned   peer_isp:1
 
   unsigned   user_isp:1
 
   unsigned   susp_nod:1
 
   unsigned   susp_fen:1
 
   unsigned   _pad:9
 
}; 
 
unsigned int i
 

Detailed Description

Definition at line 232 of file drbd.h.

Field Documentation

struct { ... }
unsigned _pad

Definition at line 254 of file drbd.h.

unsigned aftr_isp

Definition at line 249 of file drbd.h.

unsigned conn

Definition at line 245 of file drbd.h.

unsigned disk

Definition at line 246 of file drbd.h.

unsigned int i

Definition at line 272 of file drbd.h.

unsigned pdsk

Definition at line 247 of file drbd.h.

unsigned peer

Definition at line 244 of file drbd.h.

unsigned peer_isp

Definition at line 250 of file drbd.h.

unsigned role

Definition at line 243 of file drbd.h.

unsigned susp

Definition at line 248 of file drbd.h.

unsigned susp_fen

Definition at line 253 of file drbd.h.

unsigned susp_nod

Definition at line 252 of file drbd.h.

unsigned user_isp

Definition at line 251 of file drbd.h.


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