Linux Kernel
3.7.1
|
Data Fields | |
struct rw_semaphore | io_lock |
struct mutex | suspend_lock |
rwlock_t | map_lock |
atomic_t | holders |
atomic_t | open_count |
unsigned long | flags |
struct request_queue * | queue |
unsigned | type |
struct mutex | type_lock |
struct target_type * | immutable_target_type |
struct gendisk * | disk |
char | name [16] |
void * | interface_ptr |
atomic_t | pending [2] |
wait_queue_head_t | wait |
struct work_struct | work |
struct bio_list | deferred |
spinlock_t | deferred_lock |
struct workqueue_struct * | wq |
struct dm_table * | map |
mempool_t * | io_pool |
mempool_t * | tio_pool |
struct bio_set * | bs |
atomic_t | event_nr |
wait_queue_head_t | eventq |
atomic_t | uevent_seq |
struct list_head | uevent_list |
spinlock_t | uevent_lock |
struct super_block * | frozen_sb |
struct block_device * | bdev |
struct hd_geometry | geometry |
struct kobject | kobj |
struct bio | flush_bio |
struct block_device* bdev |
spinlock_t deferred_lock |
wait_queue_head_t eventq |
struct super_block* frozen_sb |
struct hd_geometry geometry |
struct target_type* immutable_target_type |
struct rw_semaphore io_lock |
spinlock_t uevent_lock |
wait_queue_head_t wait |
struct work_struct work |