Searched refs:mountdirfd (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ |
D | fhandle.c | 284 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 292 retval = get_path_from_fd(mountdirfd, &ctx.root); in handle_to_path() 335 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument 343 retval = handle_to_path(mountdirfd, ufh, &path, open_flag); in do_handle_open() 375 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument 384 ret = do_handle_open(mountdirfd, handle, flags); in SYSCALL_DEFINE3() 393 COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in COMPAT_SYSCALL_DEFINE3() argument 396 return do_handle_open(mountdirfd, handle, flags); in COMPAT_SYSCALL_DEFINE3()
|
/linux-6.12.1/include/linux/ |
D | compat.h | 779 asmlinkage long compat_sys_open_by_handle_at(int mountdirfd,
|
D | syscalls.h | 874 asmlinkage long sys_open_by_handle_at(int mountdirfd,
|