Home
last modified time | relevance | path

Searched refs:handle_bytes (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dfhandle.c23 int handle_dwords, handle_bytes; in do_sys_name_to_handle() local
37 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
40 handle = kmalloc(sizeof(struct file_handle) + f_handle.handle_bytes, in do_sys_name_to_handle()
46 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
54 handle_bytes = handle_dwords * sizeof(u32); in do_sys_name_to_handle()
55 handle->handle_bytes = handle_bytes; in do_sys_name_to_handle()
56 if ((handle->handle_bytes > f_handle.handle_bytes) || in do_sys_name_to_handle()
67 handle_bytes = 0; in do_sys_name_to_handle()
74 sizeof(struct file_handle) + handle_bytes)) in do_sys_name_to_handle()
151 handle_dwords = handle->handle_bytes >> 2; in do_handle_to_path()
[all …]
/OK3568_Linux_fs/kernel/fs/notify/
H A Dfdinfo.c49 f.handle.handle_bytes = sizeof(f.pad); in show_mark_fhandle()
50 size = f.handle.handle_bytes >> 2; in show_mark_fhandle()
59 f.handle.handle_bytes = size * sizeof(u32); in show_mark_fhandle()
62 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
64 for (i = 0; i < f.handle.handle_bytes; i++) in show_mark_fhandle()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c268 if (err >= 0 || fhp->handle_bytes != 8) { in get_cgroup_id()
273 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id()
/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.h360 unsigned int handle_bytes; member
/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.h360 unsigned int handle_bytes; member
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c278 handle.handle_bytes = fh_len; in copy_info_to_user()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsynthetic-events.c493 handle.fh.handle_bytes = sizeof(handle.cgroup_id); in perf_event__synthesize_cgroup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h983 __u32 handle_bytes; member