Home
last modified time | relevance | path

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

/linux/arch/s390/include/uapi/asm/
H A Ddasd.h61 * values to be used for dasd_information_t.format
70 * values to be used for dasd_information_t.features
98 * struct dasd_information_t
101 typedef struct dasd_information_t { struct
120 } dasd_information_t; typedef
326 #define BIODASDINFO _IOR(DASD_IOCTL_LETTER,1,dasd_information_t)
/linux/drivers/s390/block/
H A Ddasd_ioctl.c659 sizeof(struct dasd_information_t)); in dasd_ioctl()