Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | restart |
char * | file |
int | count |
int | fd |
__u64 | size |
struct openflags | boot_openflags |
struct openflags | openflags |
unsigned | shared:1 |
unsigned | no_cow:1 |
struct cow | cow |
struct platform_device | pdev |
struct request_queue * | queue |
spinlock_t | lock |
struct scatterlist | sg [MAX_SG] |
struct request * | request |
int | start_sg |
int | end_sg |
sector_t | rq_pos |
Definition at line 132 of file ubd_kern.c.
Definition at line 140 of file ubd_kern.c.
int count |
Definition at line 137 of file ubd_kern.c.
Definition at line 144 of file ubd_kern.c.
int end_sg |
Definition at line 150 of file ubd_kern.c.
Definition at line 138 of file ubd_kern.c.
Definition at line 136 of file ubd_kern.c.
spinlock_t lock |
Definition at line 147 of file ubd_kern.c.
unsigned no_cow |
Definition at line 143 of file ubd_kern.c.
Definition at line 141 of file ubd_kern.c.
struct platform_device pdev |
Definition at line 145 of file ubd_kern.c.
Definition at line 146 of file ubd_kern.c.
struct request* request |
Definition at line 149 of file ubd_kern.c.
Definition at line 133 of file ubd_kern.c.
sector_t rq_pos |
Definition at line 151 of file ubd_kern.c.
struct scatterlist sg[MAX_SG] |
Definition at line 148 of file ubd_kern.c.
unsigned shared |
Definition at line 142 of file ubd_kern.c.
__u64 size |
Definition at line 139 of file ubd_kern.c.
int start_sg |
Definition at line 150 of file ubd_kern.c.