Lines Matching refs:sioctl
2094 typedef int (*sioctl) (struct scsi_device *, void *); in cxlflash_ioctl() typedef
2106 sioctl do_ioctl = NULL; in cxlflash_ioctl()
2110 sioctl ioctl; in cxlflash_ioctl()
2112 {sizeof(struct dk_cxlflash_attach), (sioctl)cxlflash_disk_attach}, in cxlflash_ioctl()
2114 {sizeof(struct dk_cxlflash_release), (sioctl)cxlflash_disk_release}, in cxlflash_ioctl()
2115 {sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach}, in cxlflash_ioctl()
2116 {sizeof(struct dk_cxlflash_verify), (sioctl)cxlflash_disk_verify}, in cxlflash_ioctl()
2117 {sizeof(struct dk_cxlflash_recover_afu), (sioctl)cxlflash_afu_recover}, in cxlflash_ioctl()
2118 {sizeof(struct dk_cxlflash_manage_lun), (sioctl)cxlflash_manage_lun}, in cxlflash_ioctl()
2120 {sizeof(struct dk_cxlflash_resize), (sioctl)cxlflash_vlun_resize}, in cxlflash_ioctl()
2121 {sizeof(struct dk_cxlflash_clone), (sioctl)cxlflash_disk_clone}, in cxlflash_ioctl()