Searched refs:ufh (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/ |
D | fhandle.c | 18 struct file_handle __user *ufh, in do_sys_name_to_handle() argument 37 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle() 77 copy_to_user(ufh, handle, in do_sys_name_to_handle() 174 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() argument 190 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { in handle_to_path() 208 &ufh->f_handle, in handle_to_path() 222 static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, in do_handle_open() argument 230 retval = handle_to_path(mountdirfd, ufh, &path); in do_handle_open()
|