Linux Kernel
3.7.1
|
#include <pktcdvd.h>
Data Fields | |
struct list_head | list |
size_t | length |
void * | data |
int | ordernum |
spinlock_t | lock |
struct bio_list | orig_bios |
int | write_size |
struct bio * | w_bio |
sector_t | sector |
int | frames |
enum packet_data_state | state |
atomic_t | run_sm |
long | sleep_time |
atomic_t | io_wait |
atomic_t | io_errors |
struct bio * | r_bios [PACKET_MAX_SIZE] |
struct page * | pages [PACKET_MAX_SIZE/FRAMES_PER_PAGE] |
int | cache_valid |
int | id |
struct pktcdvd_device * | pd |
Definition at line 80 of file dell_rbu.c.
Definition at line 83 of file dell_rbu.c.
size_t length |
Definition at line 82 of file dell_rbu.c.
Definition at line 81 of file dell_rbu.c.
spinlock_t lock |
int ordernum |
Definition at line 84 of file dell_rbu.c.
struct page* pages[PACKET_MAX_SIZE/FRAMES_PER_PAGE] |
struct pktcdvd_device* pd |
struct bio* r_bios[PACKET_MAX_SIZE] |
enum packet_data_state state |