file_handle 18 fs/fhandle.c struct file_handle __user *ufh, file_handle 22 fs/fhandle.c struct file_handle f_handle; file_handle 24 fs/fhandle.c struct file_handle *handle = NULL; file_handle 34 fs/fhandle.c if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) file_handle 40 fs/fhandle.c handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, file_handle 74 fs/fhandle.c sizeof(struct file_handle) + handle_bytes)) file_handle 94 fs/fhandle.c struct file_handle __user *, handle, int __user *, mnt_id, file_handle 139 fs/fhandle.c static int do_handle_to_path(int mountdirfd, struct file_handle *handle, file_handle 167 fs/fhandle.c static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, file_handle 171 fs/fhandle.c struct file_handle f_handle; file_handle 172 fs/fhandle.c struct file_handle *handle = NULL; file_handle 183 fs/fhandle.c if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { file_handle 192 fs/fhandle.c handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, file_handle 215 fs/fhandle.c static long do_handle_open(int mountdirfd, struct file_handle __user *ufh, file_handle 257 fs/fhandle.c struct file_handle __user *, handle, file_handle 275 fs/fhandle.c struct file_handle __user *, handle, int, flags) file_handle 60 fs/notify/fanotify/fanotify_user.c sizeof(struct file_handle) + event->fh_len, file_handle 210 fs/notify/fanotify/fanotify_user.c struct file_handle handle = { }; file_handle 45 fs/notify/fdinfo.c struct file_handle handle; file_handle 825 include/linux/compat.h struct file_handle __user *handle, file_handle 66 include/linux/syscalls.h struct file_handle; file_handle 923 include/linux/syscalls.h struct file_handle __user *handle, file_handle 926 include/linux/syscalls.h struct file_handle __user *handle, file_handle 254 tools/testing/selftests/bpf/cgroup_helpers.c struct file_handle *fhp, *fhp2; file_handle 273 tools/testing/selftests/bpf/cgroup_helpers.c fhsize = sizeof(struct file_handle) + fhp->handle_bytes;