Linux Kernel
3.7.1
|
#include <dasd_int.h>
Data Fields | |
struct gendisk * | gdp |
struct request_queue * | request_queue |
spinlock_t | request_queue_lock |
struct block_device * | bdev |
atomic_t | open_count |
unsigned long long | blocks |
unsigned int | bp_block |
unsigned int | s2b_shift |
struct dasd_device * | base |
struct list_head | ccw_queue |
spinlock_t | queue_lock |
atomic_t | tasklet_scheduled |
struct tasklet_struct | tasklet |
struct timer_list | timer |
struct dentry * | debugfs_dentry |
struct dasd_profile | profile |
Definition at line 470 of file dasd_int.h.
struct dasd_device* base |
Definition at line 482 of file dasd_int.h.
struct block_device* bdev |
Definition at line 475 of file dasd_int.h.
Definition at line 478 of file dasd_int.h.
unsigned int bp_block |
Definition at line 479 of file dasd_int.h.
Definition at line 483 of file dasd_int.h.
Definition at line 490 of file dasd_int.h.
struct gendisk* gdp |
Definition at line 472 of file dasd_int.h.
atomic_t open_count |
Definition at line 476 of file dasd_int.h.
struct dasd_profile profile |
Definition at line 491 of file dasd_int.h.
spinlock_t queue_lock |
Definition at line 484 of file dasd_int.h.
struct request_queue* request_queue |
Definition at line 473 of file dasd_int.h.
spinlock_t request_queue_lock |
Definition at line 474 of file dasd_int.h.
unsigned int s2b_shift |
Definition at line 480 of file dasd_int.h.
struct tasklet_struct tasklet |
Definition at line 487 of file dasd_int.h.
atomic_t tasklet_scheduled |
Definition at line 486 of file dasd_int.h.
Definition at line 488 of file dasd_int.h.