sioctl           2097 drivers/scsi/cxlflash/superpipe.c 	typedef int (*sioctl) (struct scsi_device *, void *);
sioctl           2109 drivers/scsi/cxlflash/superpipe.c 	sioctl do_ioctl = NULL;
sioctl           2113 drivers/scsi/cxlflash/superpipe.c 		sioctl ioctl;
sioctl           2115 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_attach), (sioctl)cxlflash_disk_attach},
sioctl           2117 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_release), (sioctl)cxlflash_disk_release},
sioctl           2118 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach},
sioctl           2119 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_verify), (sioctl)cxlflash_disk_verify},
sioctl           2120 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_recover_afu), (sioctl)cxlflash_afu_recover},
sioctl           2121 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_manage_lun), (sioctl)cxlflash_manage_lun},
sioctl           2123 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_resize), (sioctl)cxlflash_vlun_resize},
sioctl           2124 drivers/scsi/cxlflash/superpipe.c 	{sizeof(struct dk_cxlflash_clone), (sioctl)cxlflash_disk_clone},