Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A 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()
171 struct file_handle f_handle; in handle_to_path()
172 struct file_handle *handle = NULL; in handle_to_path()
257 struct file_handle __user *, handle, in SYSCALL_DEFINE3()
[all …]
/linux-6.3-rc2/samples/fanotify/
A Dfs-monitor.c35 static void print_fh(struct file_handle *fh) in print_fh()
99 print_fh((struct file_handle *) &fid->handle); in handle_notifications()
/linux-6.3-rc2/tools/build/feature/
A Dtest-file-handle.c10 struct file_handle fh; in main()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dcgroup_helpers.c401 struct file_handle *fhp, *fhp2; in get_cgroup_id()
420 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id()
/linux-6.3-rc2/fs/notify/
A Dfdinfo.c45 struct file_handle handle; in show_mark_fhandle()
/linux-6.3-rc2/tools/perf/util/
A Dcgroup.c56 struct file_handle fh; in read_cgroup_id()
A Dsynthetic-events.c554 struct file_handle fh; in perf_event__synthesize_cgroup()
/linux-6.3-rc2/include/linux/
A Dsyscalls.h65 struct file_handle;
968 struct file_handle __user *handle,
971 struct file_handle __user *handle,
A Dcompat.h845 struct file_handle __user *handle,
A Dfs.h983 struct file_handle { struct
/linux-6.3-rc2/fs/notify/fanotify/
A Dfanotify_user.c122 (sizeof(struct fanotify_event_info_fid) + sizeof(struct file_handle))
419 struct file_handle handle = { }; in copy_fid_info_to_user()

Completed in 40 milliseconds