Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dfhandle.c18 struct file_handle __user *ufh, in do_sys_name_to_handle()
22 struct file_handle f_handle; in do_sys_name_to_handle()
24 struct file_handle *handle = NULL; in do_sys_name_to_handle()
34 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) in do_sys_name_to_handle()
40 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, in do_sys_name_to_handle()
74 sizeof(struct file_handle) + handle_bytes)) in do_sys_name_to_handle()
94 struct file_handle __user *, handle, int __user *, mnt_id, in SYSCALL_DEFINE5()
139 static int do_handle_to_path(int mountdirfd, struct file_handle *handle, in do_handle_to_path()
167 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path()
171 struct file_handle f_handle; in handle_to_path()
[all …]
/Linux-v4.19/tools/testing/selftests/bpf/
Dcgroup_helpers.c197 struct file_handle *fhp, *fhp2; in get_cgroup_id()
216 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id()
/Linux-v4.19/fs/notify/
Dfdinfo.c44 struct file_handle handle; in show_mark_fhandle()
/Linux-v4.19/include/linux/
Dsyscalls.h68 struct file_handle;
844 struct file_handle __user *handle,
847 struct file_handle __user *handle,
Dcompat.h886 struct file_handle __user *handle,
Dfs.h923 struct file_handle { struct
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c161 COMPAT_SYSCALL_WRAP5(name_to_handle_at, int, dfd, const char __user *, name, struct file_handle __u…