Searched refs:udf_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/udf/ |
H A D | file.c | 128 long udf_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in udf_ioctl() function 141 udf_debug("invalid argument to udf_ioctl\n"); in udf_ioctl() 202 .unlocked_ioctl = udf_ioctl,
|
H A D | dir.c | 136 .unlocked_ioctl = udf_ioctl,
|
H A D | udfdecl.h | 139 extern long udf_ioctl(struct file *, unsigned int, unsigned long);
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | file.c | 178 long udf_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in udf_ioctl() function 191 udf_debug("invalid argument to udf_ioctl\n"); in udf_ioctl() 244 .unlocked_ioctl = udf_ioctl,
|
H A D | dir.c | 235 .unlocked_ioctl = udf_ioctl,
|
H A D | udfdecl.h | 135 extern long udf_ioctl(struct file *, unsigned int, unsigned long);
|
Completed in 3 milliseconds