Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/
Dpktcdvd.c2787 static long pkt_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in pkt_ctl_ioctl() function
2827 return pkt_ctl_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in pkt_ctl_compat_ioctl()
2833 .unlocked_ioctl = pkt_ctl_ioctl,