Searched refs:ufh (Results 1 – 1 of 1) sorted by relevance
/fs/ |
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() 73 copy_to_user(ufh, handle, in do_sys_name_to_handle() 167 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 183 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { in handle_to_path() 201 &ufh->f_handle, in handle_to_path() 215 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument 223 retval = handle_to_path(mountdirfd, ufh, &path); in do_handle_open()
|