Lines Matching defs:dasd_block
642 struct dasd_block { struct
644 struct gendisk *gdp;
645 spinlock_t request_queue_lock;
646 struct blk_mq_tag_set tag_set;
647 struct block_device *bdev;
648 atomic_t open_count;
650 unsigned long blocks; /* size of volume in blocks */
651 unsigned int bp_block; /* bytes per block */
652 unsigned int s2b_shift; /* log2 (bp_block/512) */
654 struct dasd_device *base;
655 struct list_head ccw_queue;
656 spinlock_t queue_lock;
658 atomic_t tasklet_scheduled;
659 struct tasklet_struct tasklet;
660 struct timer_list timer;
662 struct dentry *debugfs_dentry;
663 struct dasd_profile profile;
665 struct list_head format_list;
666 spinlock_t format_lock;
667 atomic_t trkcount;