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

Data Fields

struct virtio_devicevdev
 
struct virtqueuevq
 
wait_queue_head_t queue_wait
 
struct gendisk * disk
 
mempool_tpool
 
struct work_struct config_work
 
struct mutex config_lock
 
bool config_enable
 
unsigned int sg_elems
 
int index
 
struct scatterlist sg []
 

Detailed Description

Definition at line 25 of file virtio_blk.c.

Field Documentation

bool config_enable

Definition at line 43 of file virtio_blk.c.

struct mutex config_lock

Definition at line 40 of file virtio_blk.c.

struct work_struct config_work

Definition at line 37 of file virtio_blk.c.

struct gendisk* disk

Definition at line 32 of file virtio_blk.c.

int index

Definition at line 49 of file virtio_blk.c.

Definition at line 34 of file virtio_blk.c.

wait_queue_head_t queue_wait

Definition at line 29 of file virtio_blk.c.

Definition at line 52 of file virtio_blk.c.

unsigned int sg_elems

Definition at line 46 of file virtio_blk.c.

Definition at line 27 of file virtio_blk.c.

Definition at line 28 of file virtio_blk.c.


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