Searched refs:mountdirfd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ |
H A D | fhandle.c | 146 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, in do_handle_to_path() argument 152 path->mnt = get_vfsmount_from_fd(mountdirfd); in do_handle_to_path() 174 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 214 retval = do_handle_to_path(mountdirfd, handle, path); in handle_to_path() 222 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument 230 retval = handle_to_path(mountdirfd, ufh, &path); in do_handle_open() 262 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in SYSCALL_DEFINE3() argument 271 ret = do_handle_open(mountdirfd, handle, flags); in SYSCALL_DEFINE3() 280 COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, in COMPAT_SYSCALL_DEFINE3() argument 283 return do_handle_open(mountdirfd, handle, flags); in COMPAT_SYSCALL_DEFINE3()
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 780 asmlinkage long compat_sys_open_by_handle_at(int mountdirfd,
|
H A D | syscalls.h | 855 asmlinkage long sys_open_by_handle_at(int mountdirfd,
|