Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H 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()
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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h358 struct file_handle struct
432 struct file_handle *__handle, int *__mnt_id,
439 extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h358 struct file_handle struct
432 struct file_handle *__handle, int *__mnt_id,
439 extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dgenerate_license_list.py83 with open(license_file, 'rb') as file_handle:
84 license_hash = hashlib.md5(file_handle.read()).hexdigest()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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()
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-file-handle.c10 struct file_handle fh; in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/
H A D0002-libinotifytools-Bridge-differences-between-musl-glib.patch27 struct file_handle handle;
/OK3568_Linux_fs/kernel/fs/notify/
H A Dfdinfo.c44 struct file_handle handle; in show_mark_fhandle()
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c55 (sizeof(struct fanotify_event_info_fid) + sizeof(struct file_handle))
233 struct file_handle handle = { }; in copy_info_to_user()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsyscalls.h64 struct file_handle;
955 struct file_handle __user *handle,
958 struct file_handle __user *handle,
H A Dcompat.h773 struct file_handle __user *handle,
H A Dfs.h982 struct file_handle { struct
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsynthetic-events.c480 struct file_handle fh; in perf_event__synthesize_cgroup()