Searched refs:ext4_compat_ioctl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | dir.c | 664 .compat_ioctl = ext4_compat_ioctl,
|
H A D | file.c | 922 .compat_ioctl = ext4_compat_ioctl,
|
H A D | ioctl.c | 1332 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl() function
|
H A D | ext4.h | 2930 extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long);
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | dir.c | 673 .compat_ioctl = ext4_compat_ioctl,
|
H A D | file.c | 938 .compat_ioctl = ext4_compat_ioctl,
|
H A D | ioctl.c | 1622 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl() function
|
H A D | ext4.h | 3023 extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long);
|
Completed in 22 milliseconds