Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/uniproton/build/uniproton_ci_lib/
Dlogs.py25 with open(self.log_file) as file_handle:
26 for line in file_handle.readlines():
/kernel/linux/linux-5.10/tools/build/feature/
Dtest-file-handle.c10 struct file_handle fh; in main()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dcgroup_helpers.c254 struct file_handle *fhp, *fhp2; in get_cgroup_id()
273 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id()
/kernel/linux/linux-5.10/fs/notify/
Dfdinfo.c44 struct file_handle handle; in show_mark_fhandle()
/kernel/linux/linux-5.10/fs/notify/fanotify/
Dfanotify_user.c55 (sizeof(struct fanotify_event_info_fid) + sizeof(struct file_handle))
233 struct file_handle handle = { }; in copy_info_to_user()
/kernel/linux/linux-5.10/include/linux/
Dsyscalls.h64 struct file_handle;
954 struct file_handle __user *handle,
957 struct file_handle __user *handle,
Dcompat.h773 struct file_handle __user *handle,
Dfs.h959 struct file_handle { struct
/kernel/linux/linux-5.10/tools/perf/util/
Dsynthetic-events.c480 struct file_handle fh; in perf_event__synthesize_cgroup()