Searched refs:mountdirfd (Results 1 – 1 of 1) sorted by relevance
| /fs/ |
| A D | fhandle.c | 326 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 346 retval = get_path_anchor(mountdirfd, &ctx.root); in handle_to_path() 393 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument 401 retval = handle_to_path(mountdirfd, ufh, &path, open_flag); in do_handle_open() 432 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument 441 ret = do_handle_open(mountdirfd, handle, flags); in SYSCALL_DEFINE3() 450 COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in COMPAT_SYSCALL_DEFINE3() argument 453 return do_handle_open(mountdirfd, handle, flags); in COMPAT_SYSCALL_DEFINE3()
|
Completed in 17 milliseconds