Searched refs:do_handle_open (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | fhandle.c | 215 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() function 265 ret = do_handle_open(mountdirfd, handle, flags); in SYSCALL_DEFINE3() 277 return do_handle_open(mountdirfd, handle, flags); in COMPAT_SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fhandle.c | 222 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() function 271 ret = do_handle_open(mountdirfd, handle, flags); in SYSCALL_DEFINE3() 283 return do_handle_open(mountdirfd, handle, flags); in COMPAT_SYSCALL_DEFINE3()
|
Completed in 2 milliseconds