Linux Kernel
3.7.1
|
#include <common.h>
Data Fields | |
domid_t | domid |
unsigned int | handle |
unsigned int | irq |
enum blkif_protocol | blk_protocol |
union blkif_back_rings | blk_rings |
void * | blk_ring |
struct xen_vbd | vbd |
struct backend_info * | be |
spinlock_t | blk_ring_lock |
atomic_t | refcnt |
wait_queue_head_t | wq |
struct completion | drain_complete |
atomic_t | drain |
struct task_struct * | xenblkd |
unsigned int | waiting_reqs |
unsigned long | st_print |
int | st_rd_req |
int | st_wr_req |
int | st_oo_req |
int | st_f_req |
int | st_ds_req |
int | st_rd_sect |
int | st_wr_sect |
wait_queue_head_t | waiting_to_free |
struct backend_info* be |
enum blkif_protocol blk_protocol |
spinlock_t blk_ring_lock |
union blkif_back_rings blk_rings |
struct completion drain_complete |
wait_queue_head_t waiting_to_free |
struct task_struct* xenblkd |