Home
last modified time | relevance | path

Searched defs:dasd_discipline (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/s390/block/
Ddasd_int.h317 struct dasd_discipline { struct
318 struct module *owner;
319 char ebcname[8]; /* a name used for tagging and printks */
320 char name[8]; /* a name used for tagging and printks */
322 struct list_head list; /* used for list of disciplines */
331 int (*check_device) (struct dasd_device *);
332 void (*uncheck_device) (struct dasd_device *);
341 int (*do_analysis) (struct dasd_block *);
349 int (*pe_handler)(struct dasd_device *, __u8, __u8);
355 int (*basic_to_ready) (struct dasd_device *);
[all …]