Searched refs:mountdirfd (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/ |
D | fhandle.c | 139 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, in do_handle_to_path() argument 145 path->mnt = get_vfsmount_from_fd(mountdirfd); in do_handle_to_path() 167 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 206 retval = do_handle_to_path(mountdirfd, handle, path); in handle_to_path() 214 long do_handle_open(int mountdirfd, in do_handle_open() argument 222 retval = handle_to_path(mountdirfd, ufh, &path); in do_handle_open() 255 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument 264 ret = do_handle_open(mountdirfd, handle, flags); in SYSCALL_DEFINE3()
|
D | internal.h | 122 extern long do_handle_open(int mountdirfd,
|
D | compat.c | 2291 compat_sys_open_by_handle_at(int mountdirfd, in compat_sys_open_by_handle_at() argument 2294 return do_handle_open(mountdirfd, handle, flags); in compat_sys_open_by_handle_at()
|
/linux-2.6.39/include/linux/ |
D | syscalls.h | 844 asmlinkage long sys_open_by_handle_at(int mountdirfd,
|