Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_int.h299 struct dasd_discipline { struct
300 struct module *owner;
301 char ebcname[8]; /* a name used for tagging and printks */
302 char name[8]; /* a name used for tagging and printks */
303 bool has_discard;
305 struct list_head list; /* used for list of disciplines */
314 int (*check_device) (struct dasd_device *);
315 void (*uncheck_device) (struct dasd_device *);
324 int (*do_analysis) (struct dasd_block *);
332 int (*pe_handler)(struct dasd_device *, __u8, __u8);
[all …]