Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dfhandle.c18 struct file_handle __user *ufh, in do_sys_name_to_handle()
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()
17 do_sys_name_to_handle(struct path *path, struct file_handle __user *ufh, int __user *mnt_id) do_sys_name_to_handle() argument
/kernel/linux/linux-6.6/fs/
H A Dfhandle.c18 struct file_handle __user *ufh, in do_sys_name_to_handle()
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()
17 do_sys_name_to_handle(const struct path *path, struct file_handle __user *ufh, int __user *mnt_id, int fh_flags) do_sys_name_to_handle() argument

Completed in 2 milliseconds