Searched defs:gendisk (Results 1 – 1 of 1) sorted by relevance
133 struct gendisk { struct138 int major;139 int first_minor;140 int minors;142 char disk_name[DISK_NAME_LEN]; /* name of major driver */144 unsigned short events; /* supported events */145 unsigned short event_flags; /* flags related to event processing */147 struct xarray part_tbl;148 struct block_device *part0;150 const struct block_device_operations *fops;[all …]