Searched defs:gendisk (Results 1 – 1 of 1) sorted by relevance
147 struct gendisk { struct152 int major;153 int first_minor;154 int minors;156 char disk_name[DISK_NAME_LEN]; /* name of major driver */158 unsigned short events; /* supported events */159 unsigned short event_flags; /* flags related to event processing */161 struct xarray part_tbl;162 struct block_device *part0;164 const struct block_device_operations *fops;[all …]