Searched defs:gendisk (Results 1 – 7 of 7) sorted by relevance
10080 struct gendisk { struct10081 int major;10082 int first_minor;10083 int minors;10084 char disk_name[32];10085 short unsigned int events;10086 short unsigned int event_flags;10087 struct xarray part_tbl;10088 struct block_device *part0;10089 const struct block_device_operations *fops;[all …]
8033 struct gendisk { struct8034 int major;8035 int first_minor;8036 int minors;8037 char disk_name[32];8038 short unsigned int events;8039 short unsigned int event_flags;8040 struct disk_part_tbl *part_tbl;8041 struct hd_struct part0;8042 const struct block_device_operations *fops;[all …]
7021 struct gendisk { struct7022 int major;7023 int first_minor;7024 int minors;7025 char disk_name[32];7026 short unsigned int events;7027 short unsigned int event_flags;7028 struct disk_part_tbl *part_tbl;7029 struct hd_struct part0;7030 const struct block_device_operations *fops;[all …]
8234 struct gendisk { struct8239 char * (*devnode)(struct gendisk *, umode_t *); argument8240 short unsigned int events;8241 short unsigned int event_flags;8242 struct disk_part_tbl *part_tbl;8243 struct hd_struct part0;8244 const struct block_device_operations *fops;8245 struct request_queue *queue;8246 void *private_data;8247 int flags;[all …]