Searched refs:ufh (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ |
H A D | fhandle.c | 18 struct file_handle __user *ufh, in do_sys_name_to_handle() argument 34 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle() 84 copy_to_user(ufh, handle, in do_sys_name_to_handle() 284 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 301 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { in handle_to_path() 319 &ufh->f_handle, in handle_to_path() 335 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument 343 retval = handle_to_path(mountdirfd, ufh, &path, open_flag); in do_handle_open()
|