Searched defs:gendisk (Results 1 – 1 of 1) sorted by relevance
7439 struct gendisk { struct7440 int major;7441 int first_minor;7442 int minors;7443 char disk_name[32];7444 short unsigned int events;7445 short unsigned int event_flags;7446 struct xarray part_tbl;7447 struct block_device *part0;7448 const struct block_device_operations *fops;[all …]