ces32             889 drivers/scsi/ch.c 		struct changer_element_status32 ces32;
ces32             892 drivers/scsi/ch.c 		if (copy_from_user(&ces32, (void __user *)arg, sizeof (ces32)))
ces32             894 drivers/scsi/ch.c 		if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES)
ces32             897 drivers/scsi/ch.c 		data = compat_ptr(ces32.ces_data);
ces32             898 drivers/scsi/ch.c 		return ch_gstatus(ch, ces32.ces_type, data);