Lines Matching defs:dasd_block
485 struct dasd_block { struct
487 struct gendisk *gdp;
488 struct request_queue *request_queue;
489 spinlock_t request_queue_lock;
490 struct block_device *bdev;
491 atomic_t open_count;
493 unsigned long long blocks; /* size of volume in blocks */
494 unsigned int bp_block; /* bytes per block */
495 unsigned int s2b_shift; /* log2 (bp_block/512) */
497 struct dasd_device *base;
498 struct list_head ccw_queue;
499 spinlock_t queue_lock;
501 atomic_t tasklet_scheduled;
502 struct tasklet_struct tasklet;
503 struct timer_list timer;
505 struct dentry *debugfs_dentry;
506 struct dasd_profile profile;