Searched refs:mountdirfd (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/
H A Dfhandle.c138 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, do_handle_to_path() argument
144 path->mnt = get_vfsmount_from_fd(mountdirfd); do_handle_to_path()
166 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, handle_to_path() argument
206 retval = do_handle_to_path(mountdirfd, handle, path); handle_to_path()
214 long do_handle_open(int mountdirfd, do_handle_open() argument
222 retval = handle_to_path(mountdirfd, ufh, &path); do_handle_open()
246 * @mountdirfd: directory file descriptor
250 * @mountdirfd indicate the directory file descriptor
252 * to the vfsmount pointed by the @mountdirfd. @flags
255 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, SYSCALL_DEFINE3()
264 ret = do_handle_open(mountdirfd, handle, flags); SYSCALL_DEFINE3()
H A Dinternal.h107 extern long do_handle_open(int mountdirfd,
H A Dcompat.c1476 COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, COMPAT_SYSCALL_DEFINE3()
1479 return do_handle_open(mountdirfd, handle, flags); COMPAT_SYSCALL_DEFINE3()
/linux-4.1.27/include/linux/
H A Dcompat.h535 asmlinkage long compat_sys_open_by_handle_at(int mountdirfd,
H A Dsyscalls.h857 asmlinkage long sys_open_by_handle_at(int mountdirfd,

Completed in 183 milliseconds