ufh 18 fs/fhandle.c struct file_handle __user *ufh, ufh 34 fs/fhandle.c if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) ufh 73 fs/fhandle.c copy_to_user(ufh, handle, ufh 167 fs/fhandle.c static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, ufh 183 fs/fhandle.c if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { ufh 201 fs/fhandle.c &ufh->f_handle, ufh 215 fs/fhandle.c static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, ufh 223 fs/fhandle.c retval = handle_to_path(mountdirfd, ufh, &path);