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

/linux-master/fs/
H A Dfhandle.c142 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, argument
148 path->mnt = get_vfsmount_from_fd(mountdirfd);
170 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, argument
210 retval = do_handle_to_path(mountdirfd, handle, path);
218 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, argument
226 retval = handle_to_path(mountdirfd, ufh, &path);
249 * @mountdirfd: directory file descriptor
253 * @mountdirfd indicate the directory file descriptor
255 * to the vfsmount pointed by the @mountdirfd. @flags
258 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd,
[all...]
/linux-master/include/linux/
H A Dcompat.h779 asmlinkage long compat_sys_open_by_handle_at(int mountdirfd,
H A Dsyscalls.h867 asmlinkage long sys_open_by_handle_at(int mountdirfd,

Completed in 174 milliseconds