Searched refs:st_ioctl_common (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/scsi/ |
D | st.c | 3503 static long st_ioctl_common(struct file *file, unsigned int cmd_in, void __user *p) in st_ioctl_common() function 3864 ret = st_ioctl_common(file, cmd_in, p); in st_ioctl() 3881 return st_ioctl_common(file, MTIOCPOS, p); in st_compat_ioctl() 3883 return st_ioctl_common(file, MTIOCGET, p); in st_compat_ioctl() 3886 ret = st_ioctl_common(file, cmd_in, p); in st_compat_ioctl()
|