Home
last modified time | relevance | path

Searched refs:sioctl (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/scsi/cxlflash/
Dsuperpipe.c2096 typedef int (*sioctl) (struct scsi_device *, void *); in cxlflash_ioctl() typedef
2108 sioctl do_ioctl = NULL; in cxlflash_ioctl()
2112 sioctl ioctl; in cxlflash_ioctl()
2114 {sizeof(struct dk_cxlflash_attach), (sioctl)cxlflash_disk_attach}, in cxlflash_ioctl()
2116 {sizeof(struct dk_cxlflash_release), (sioctl)cxlflash_disk_release}, in cxlflash_ioctl()
2117 {sizeof(struct dk_cxlflash_detach), (sioctl)cxlflash_disk_detach}, in cxlflash_ioctl()
2118 {sizeof(struct dk_cxlflash_verify), (sioctl)cxlflash_disk_verify}, in cxlflash_ioctl()
2119 {sizeof(struct dk_cxlflash_recover_afu), (sioctl)cxlflash_afu_recover}, in cxlflash_ioctl()
2120 {sizeof(struct dk_cxlflash_manage_lun), (sioctl)cxlflash_manage_lun}, in cxlflash_ioctl()
2122 {sizeof(struct dk_cxlflash_resize), (sioctl)cxlflash_vlun_resize}, in cxlflash_ioctl()
[all …]