Home
last modified time | relevance | path

Searched refs:ufh (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dfhandle.c19 struct file_handle __user *ufh, in do_sys_name_to_handle() argument
43 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle()
107 copy_to_user(ufh, handle, in do_sys_name_to_handle()
338 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument
347 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in handle_to_path()
378 &ufh->f_handle, in handle_to_path()
415 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument
421 retval = handle_to_path(mountdirfd, ufh, &path, open_flag); in do_handle_open()