Home
last modified time | relevance | path

Searched refs:dasd_information_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/uapi/asm/
H A Ddasd.h101 typedef struct dasd_information_t { struct
120 } dasd_information_t; argument
326 #define BIODASDINFO _IOR(DASD_IOCTL_LETTER,1,dasd_information_t)
/openbmc/linux/drivers/s390/block/
H A Ddasd_ioctl.c664 sizeof(struct dasd_information_t)); in dasd_ioctl()