Lines Matching defs:compat_cdrom_generic_command
106 struct compat_cdrom_generic_command { struct
107 unsigned char cmd[CDROM_PACKET_SIZE];
108 compat_caddr_t buffer;
109 compat_uint_t buflen;
110 compat_int_t stat;
111 compat_caddr_t sense;
112 unsigned char data_direction;
113 compat_int_t quiet;
114 compat_int_t timeout;
115 compat_caddr_t reserved[1];
145 static int compat_cdrom_generic_command(struct block_device *bdev, fmode_t mode, in compat_cdrom_generic_command() function