Searched defs:block_device (Results 1 – 8 of 8) sorted by relevance
267 int block_device = FALSE; variable
8643 struct block_device { struct8644 sector_t bd_start_sect;8645 sector_t bd_nr_sectors;8646 struct disk_stats *bd_stats;8647 long unsigned int bd_stamp;8648 bool bd_read_only;8649 dev_t bd_dev;8650 int bd_openers;8651 struct inode *bd_inode;8652 struct super_block *bd_super;[all …]
6179 struct block_device { struct6190 struct block_device *bd_contains; argument6191 u8 bd_partno;6192 struct hd_struct *bd_part;6193 unsigned int bd_part_count;6194 spinlock_t bd_size_lock;6195 struct gendisk *bd_disk;6196 struct backing_dev_info *bd_bdi;6197 int bd_fsfreeze_count;6198 struct mutex bd_fsfreeze_mutex;
4721 struct block_device { struct4732 struct block_device *bd_contains; argument4733 unsigned int bd_block_size;4734 u8 bd_partno;4735 struct hd_struct *bd_part;4736 unsigned int bd_part_count;4737 int bd_invalidated;4738 struct gendisk *bd_disk;4739 struct request_queue *bd_queue;4740 struct backing_dev_info *bd_bdi;[all …]
4729 struct block_device { struct4740 struct block_device *bd_contains; argument4741 u8 bd_partno;4742 struct hd_struct *bd_part;4743 unsigned int bd_part_count;4744 spinlock_t bd_size_lock;4745 struct gendisk *bd_disk;4746 struct backing_dev_info *bd_bdi;4747 int bd_fsfreeze_count;4748 struct mutex bd_fsfreeze_mutex;