Searched refs:ubifs_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ioctl.c | 142 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl() function 240 return ubifs_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in ubifs_compat_ioctl()
|
H A D | ubifs.h | 2060 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | file.c | 1681 .unlocked_ioctl = ubifs_ioctl,
|
H A D | dir.c | 1726 .unlocked_ioctl = ubifs_ioctl,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ioctl.c | 171 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ubifs_ioctl() function 234 return ubifs_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in ubifs_compat_ioctl()
|
H A D | ubifs.h | 2095 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
H A D | file.c | 1663 .unlocked_ioctl = ubifs_ioctl,
|
H A D | dir.c | 1715 .unlocked_ioctl = ubifs_ioctl,
|
Completed in 17 milliseconds