Searched refs:do_compat_fcntl64 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 618 static long do_compat_fcntl64(unsigned int fd, unsigned int cmd, in do_compat_fcntl64() function 686 return do_compat_fcntl64(fd, cmd, arg); in COMPAT_SYSCALL_DEFINE3() 701 return do_compat_fcntl64(fd, cmd, arg); in COMPAT_SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 601 static long do_compat_fcntl64(unsigned int fd, unsigned int cmd, in do_compat_fcntl64() function 669 return do_compat_fcntl64(fd, cmd, arg); in COMPAT_SYSCALL_DEFINE3() 684 return do_compat_fcntl64(fd, cmd, arg); in COMPAT_SYSCALL_DEFINE3()
|
Completed in 3 milliseconds