Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390x/
Ddasd.h89 typedef struct dasd_information_t { struct
108 } dasd_information_t; argument
237 #define BIODASDINFO _IOR(DASD_IOCTL_LETTER,1,dasd_information_t)
/linux-2.4.37.9/include/asm-s390/
Ddasd.h89 typedef struct dasd_information_t { struct
108 } dasd_information_t; argument
237 #define BIODASDINFO _IOR(DASD_IOCTL_LETTER,1,dasd_information_t)
/linux-2.4.37.9/fs/partitions/
Dibm.c96 dasd_information_t *info; in ibm_partition()
107 if ((info = kmalloc(sizeof(dasd_information_t), GFP_KERNEL)) == NULL) in ibm_partition()
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c3084 sizeof (dasd_information_t))); in do_dasd_ioctl()