Searched refs:sioctl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | superpipe.c | 2017 typedef int (*sioctl) (struct scsi_device *, void *); in cxlflash_ioctl() typedef 2029 sioctl do_ioctl = NULL; in cxlflash_ioctl() 2033 sioctl ioctl; in cxlflash_ioctl() 2035 {sizeof(struct dk_cxlflash_attach), (sioctl)cxlflash_disk_attach}, in cxlflash_ioctl() 2037 {sizeof(struct dk_cxlflash_release), (sioctl)cxlflash_disk_release}, in cxlflash_ioctl() 2038 {sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach}, in cxlflash_ioctl() 2039 {sizeof(struct dk_cxlflash_verify), (sioctl)cxlflash_disk_verify}, in cxlflash_ioctl() 2040 {sizeof(struct dk_cxlflash_recover_afu), (sioctl)cxlflash_afu_recover}, in cxlflash_ioctl() 2041 {sizeof(struct dk_cxlflash_manage_lun), (sioctl)cxlflash_manage_lun}, in cxlflash_ioctl() 2043 {sizeof(struct dk_cxlflash_resize), (sioctl)cxlflash_vlun_resize}, in cxlflash_ioctl() [all …]
|