Searched refs:sioctl (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/cxlflash/ | 
| D | superpipe.c | 2097 	typedef int (*sioctl) (struct scsi_device *, void *);  in cxlflash_ioctl()  typedef 2109 	sioctl do_ioctl = NULL;  in cxlflash_ioctl() 2113 		sioctl ioctl;  in cxlflash_ioctl() 2115 	{sizeof(struct dk_cxlflash_attach), (sioctl)cxlflash_disk_attach},  in cxlflash_ioctl() 2117 	{sizeof(struct dk_cxlflash_release), (sioctl)cxlflash_disk_release},  in cxlflash_ioctl() 2118 	{sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach},  in cxlflash_ioctl() 2119 	{sizeof(struct dk_cxlflash_verify), (sioctl)cxlflash_disk_verify},  in cxlflash_ioctl() 2120 	{sizeof(struct dk_cxlflash_recover_afu), (sioctl)cxlflash_afu_recover},  in cxlflash_ioctl() 2121 	{sizeof(struct dk_cxlflash_manage_lun), (sioctl)cxlflash_manage_lun},  in cxlflash_ioctl() 2123 	{sizeof(struct dk_cxlflash_resize), (sioctl)cxlflash_vlun_resize},  in cxlflash_ioctl() [all …] 
 |