Searched refs:file_handle (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ |
H A D | fhandle.c | 18 struct file_handle __user *ufh, in do_sys_name_to_handle() 23 struct file_handle f_handle; in do_sys_name_to_handle() 25 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() 107 struct file_handle __user *, handle, void __user *, mnt_id, in SYSCALL_DEFINE5() 216 static int do_handle_to_path(struct file_handle *handle, struct path *path, in do_handle_to_path() 284 static int handle_to_path(int mountdirfd, struct file_handle __user *ufh, in handle_to_path() 288 struct file_handle f_handle; in handle_to_path() 289 struct file_handle *handle = NULL; in handle_to_path() 301 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle))) { in handle_to_path() [all …]
|
/linux/samples/fanotify/ |
H A D | fs-monitor.c | 35 static void print_fh(struct file_handle *fh) in print_fh() 99 print_fh((struct file_handle *) &fid->handle); in handle_notifications()
|
/linux/tools/build/feature/ |
H A D | test-file-handle.c | 10 struct file_handle fh; in main()
|
/linux/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 439 struct file_handle *fhp, *fhp2; in get_cgroup_id_from_path() 456 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id_from_path()
|
/linux/tools/perf/util/ |
H A D | cgroup.c | 54 struct file_handle fh; in __read_cgroup_id()
|
H A D | synthetic-events.c | 554 struct file_handle fh; in perf_event__synthesize_cgroup()
|
/linux/include/linux/ |
H A D | syscalls.h | 65 struct file_handle; 872 struct file_handle __user *handle, 875 struct file_handle __user *handle,
|
H A D | fs.h | 1072 struct file_handle { struct
|