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

/linux-master/tools/build/feature/
H A Dtest-file-handle.c10 struct file_handle fh;
/linux-master/fs/
H A Dfhandle.c18 struct file_handle __user *ufh,
22 struct file_handle f_handle;
24 struct file_handle *handle = NULL;
33 if (copy_from_user(&f_handle, ufh, sizeof(struct file_handle)))
39 handle = kzalloc(sizeof(struct file_handle) + f_handle.handle_bytes,
66 * non variable part of the file_handle
74 sizeof(struct file_handle) + handle_bytes))
95 struct file_handle __user *, handle, int __user *, mnt_id,
142 static int do_handle_to_path(int mountdirfd, struct file_handle *handle,
170 static int handle_to_path(int mountdirfd, struct file_handle __use
[all...]
/linux-master/samples/fanotify/
H A Dfs-monitor.c35 static void print_fh(struct file_handle *fh)
99 print_fh((struct file_handle *) &fid->handle);
/linux-master/fs/notify/
H A Dfdinfo.c45 struct file_handle handle;
/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c439 struct file_handle *fhp, *fhp2;
456 fhsize = sizeof(struct file_handle) + fhp->handle_bytes;
/linux-master/tools/perf/util/
H A Dcgroup.c54 struct file_handle fh;
H A Dsynthetic-events.c554 struct file_handle fh;
/linux-master/include/linux/
H A Dsyscalls.h65 struct file_handle;
865 struct file_handle __user *handle,
868 struct file_handle __user *handle,
H A Dcompat.h780 struct file_handle __user *handle,
H A Dfs.h1034 struct file_handle { struct
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c121 (sizeof(struct fanotify_event_info_fid) + sizeof(struct file_handle))
418 struct file_handle handle = { };
464 /* Mangle handle_type for bad file_handle */

Completed in 239 milliseconds