Searched refs:file_handle (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fhandle.c | 18 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 D | fcntl-linux.h | 358 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 D | fcntl-linux.h | 358 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 D | generate_license_list.py | 83 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 D | cgroup_helpers.c | 254 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 D | test-file-handle.c | 10 struct file_handle fh; in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/ |
| H A D | 0002-libinotifytools-Bridge-differences-between-musl-glib.patch | 27 struct file_handle handle;
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fdinfo.c | 44 struct file_handle handle; in show_mark_fhandle()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 55 (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 D | syscalls.h | 64 struct file_handle; 955 struct file_handle __user *handle, 958 struct file_handle __user *handle,
|
| H A D | compat.h | 773 struct file_handle __user *handle,
|
| H A D | fs.h | 982 struct file_handle { struct
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | synthetic-events.c | 480 struct file_handle fh; in perf_event__synthesize_cgroup()
|