Searched defs:dasd_discipline (Results 1 – 1 of 1) sorted by relevance
292 struct dasd_discipline { struct293 struct module *owner;296 bool has_discard;307 int (*check_device) (struct dasd_device *);317 int (*do_analysis) (struct dasd_block *);348 int (*start_IO) (struct dasd_ccw_req *);349 int (*term_IO) (struct dasd_ccw_req *);381 int (*reload) (struct dasd_device *);389 void (*disable_hpf)(struct dasd_device *);390 int (*hpf_enabled)(struct dasd_device *);[all …]
Completed in 16 milliseconds