Searched refs:__f2fs_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 4007 static long __f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in __f2fs_ioctl() function 4104 return __f2fs_ioctl(filp, cmd, arg); in f2fs_ioctl() 4340 return __f2fs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in f2fs_compat_ioctl()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 4252 static long __f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in __f2fs_ioctl() function 4352 return __f2fs_ioctl(filp, cmd, arg); in f2fs_ioctl() 5013 return __f2fs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in f2fs_compat_ioctl()
|
Completed in 10 milliseconds