Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_int.h485 struct dasd_device { struct
487 struct dasd_block *block;
489 unsigned int devindex;
490 unsigned long flags; /* per device flags */
491 unsigned short features; /* copy of devmap-features (read-only!) */
494 struct dasd_ccw_req *eer_cqr;
497 struct dasd_discipline *discipline;
498 struct dasd_discipline *base_discipline;
499 void *private;
500 struct dasd_path path[8];
[all …]
/kernel/linux/linux-6.6/drivers/s390/block/
Ddasd_int.h577 struct dasd_device { struct
579 struct dasd_block *block;
581 unsigned int devindex;
582 unsigned long flags; /* per device flags */
583 unsigned short features; /* copy of devmap-features (read-only!) */
586 struct dasd_ccw_req *eer_cqr;
589 struct dasd_discipline *discipline;
590 struct dasd_discipline *base_discipline;
591 void *private;
592 struct dasd_path path[8];
[all …]