Searched refs:ubifs_compat_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ioctl.c | 219 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl() function
|
H A D | ubifs.h | 2063 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | file.c | 1686 .compat_ioctl = ubifs_compat_ioctl,
|
H A D | dir.c | 1729 .compat_ioctl = ubifs_compat_ioctl,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ioctl.c | 213 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_compat_ioctl() function
|
H A D | ubifs.h | 2098 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | file.c | 1668 .compat_ioctl = ubifs_compat_ioctl,
|
H A D | dir.c | 1717 .compat_ioctl = ubifs_compat_ioctl,
|
Completed in 17 milliseconds