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

Data Fields

struct list_head node
 
struct gendisk * disk
 
spinlock_t lock
 
struct mutex block_mutex
 
int block
 
unsigned int pending
 
unsigned int clearing
 
long poll_msecs
 
struct delayed_work dwork
 

Detailed Description

Definition at line 1383 of file genhd.c.

Field Documentation

Definition at line 1389 of file genhd.c.

struct mutex block_mutex

Definition at line 1388 of file genhd.c.

unsigned int clearing

Definition at line 1391 of file genhd.c.

struct gendisk* disk

Definition at line 1385 of file genhd.c.

Definition at line 1394 of file genhd.c.

spinlock_t lock

Definition at line 1386 of file genhd.c.

Definition at line 1384 of file genhd.c.

unsigned int pending

Definition at line 1390 of file genhd.c.

long poll_msecs

Definition at line 1393 of file genhd.c.


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