mountdirfd 139 fs/fhandle.c static int do_handle_to_path(int mountdirfd, struct file_handle *handle, mountdirfd 145 fs/fhandle.c path->mnt = get_vfsmount_from_fd(mountdirfd); mountdirfd 167 fs/fhandle.c static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, mountdirfd 207 fs/fhandle.c retval = do_handle_to_path(mountdirfd, handle, path); mountdirfd 215 fs/fhandle.c static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, mountdirfd 223 fs/fhandle.c retval = handle_to_path(mountdirfd, ufh, &path); mountdirfd 256 fs/fhandle.c SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, mountdirfd 265 fs/fhandle.c ret = do_handle_open(mountdirfd, handle, flags); mountdirfd 274 fs/fhandle.c COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, mountdirfd 277 fs/fhandle.c return do_handle_open(mountdirfd, handle, flags); mountdirfd 824 include/linux/compat.h asmlinkage long compat_sys_open_by_handle_at(int mountdirfd, mountdirfd 925 include/linux/syscalls.h asmlinkage long sys_open_by_handle_at(int mountdirfd,