Searched refs:file_handle (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/ |
| D | fhandle.c | 18 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-v5.15/tools/build/feature/ |
| D | test-file-handle.c | 10 struct file_handle fh; in main()
|
| /Linux-v5.15/tools/testing/selftests/bpf/ |
| D | cgroup_helpers.c | 262 struct file_handle *fhp, *fhp2; in get_cgroup_id() 281 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id()
|
| /Linux-v5.15/fs/notify/ |
| D | fdinfo.c | 44 struct file_handle handle; in show_mark_fhandle()
|
| /Linux-v5.15/tools/perf/util/ |
| D | cgroup.c | 56 struct file_handle fh; in read_cgroup_id()
|
| D | synthetic-events.c | 524 struct file_handle fh; in perf_event__synthesize_cgroup()
|
| /Linux-v5.15/fs/notify/fanotify/ |
| D | fanotify_user.c | 114 (sizeof(struct fanotify_event_info_fid) + sizeof(struct file_handle)) 325 struct file_handle handle = { }; in copy_fid_info_to_user()
|
| /Linux-v5.15/include/linux/ |
| D | syscalls.h | 64 struct file_handle; 965 struct file_handle __user *handle, 968 struct file_handle __user *handle,
|
| D | compat.h | 815 struct file_handle __user *handle,
|
| D | fs.h | 1006 struct file_handle { struct
|