Searched refs:f2fs_compat_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | dir.c | 1103 .compat_ioctl = f2fs_compat_ioctl,
|
H A D | file.c | 4279 long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in f2fs_compat_ioctl() function 4356 .compat_ioctl = f2fs_compat_ioctl,
|
H A D | f2fs.h | 3190 long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | dir.c | 1142 .compat_ioctl = f2fs_compat_ioctl,
|
H A D | file.c | 4954 long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in f2fs_compat_ioctl() function 5030 .compat_ioctl = f2fs_compat_ioctl,
|
H A D | f2fs.h | 3499 long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
Completed in 31 milliseconds