Searched refs:handle_bytes (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | file_handle.c | 38 unsigned int handle_bytes; member 69 tprintf("{handle_bytes=%u", h.handle_bytes); in SYS_FUNC() 71 set_tcb_priv_ulong(tcp, h.handle_bytes); in SYS_FUNC() 81 if (i != h.handle_bytes) in SYS_FUNC() 82 tprintf(" => %u", h.handle_bytes); in SYS_FUNC() 85 if (h.handle_bytes > MAX_HANDLE_SZ) in SYS_FUNC() 86 h.handle_bytes = MAX_HANDLE_SZ; in SYS_FUNC() 87 if (!umoven(tcp, addr + sizeof(h), h.handle_bytes, in SYS_FUNC() 90 for (i = 0; i < h.handle_bytes; ++i) in SYS_FUNC() 121 h.handle_bytes, h.handle_type); in SYS_FUNC() [all …]
|
/external/strace/tests-mx32/ |
D | file_handle.c | 55 unsigned int handle_bytes; member 104 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at() 107 fh->handle_bytes); in do_name_to_handle_at() 131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes, in do_open_by_handle_at() 138 fh->handle_bytes); in do_open_by_handle_at() 267 handle_0->handle_bytes = 256; in main() 268 handle_8->handle_bytes = 0; in main() 269 handle_128->handle_bytes = 128; in main() 270 handle_256->handle_bytes = 256; in main() 278 handle->handle_bytes = 0; in main() [all …]
|
/external/strace/tests/ |
D | file_handle.c | 55 unsigned int handle_bytes; member 104 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at() 107 fh->handle_bytes); in do_name_to_handle_at() 131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes, in do_open_by_handle_at() 138 fh->handle_bytes); in do_open_by_handle_at() 267 handle_0->handle_bytes = 256; in main() 268 handle_8->handle_bytes = 0; in main() 269 handle_128->handle_bytes = 128; in main() 270 handle_256->handle_bytes = 256; in main() 278 handle->handle_bytes = 0; in main() [all …]
|
/external/strace/tests-m32/ |
D | file_handle.c | 55 unsigned int handle_bytes; member 104 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at() 107 fh->handle_bytes); in do_name_to_handle_at() 131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes, in do_open_by_handle_at() 138 fh->handle_bytes); in do_open_by_handle_at() 267 handle_0->handle_bytes = 256; in main() 268 handle_8->handle_bytes = 0; in main() 269 handle_128->handle_bytes = 128; in main() 270 handle_256->handle_bytes = 256; in main() 278 handle->handle_bytes = 0; in main() [all …]
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify15.c | 77 event_set[count].handle.handle_bytes = MAX_HANDLE_SZ; in do_test() 88 event_set[count].handle.handle_bytes = MAX_HANDLE_SZ; in do_test() 104 event_set[count].handle.handle_bytes = MAX_HANDLE_SZ; in do_test() 114 event_set[count].handle.handle_bytes = MAX_HANDLE_SZ; in do_test() 160 } else if (event_file_handle->handle_bytes != in do_test() 161 event_set[i].handle.handle_bytes) { in do_test() 166 event_file_handle->handle_bytes, in do_test() 167 event_set[i].handle.handle_bytes); in do_test() 178 event_set[i].handle.handle_bytes) in do_test()
|
D | fanotify13.c | 112 event_set[i].handle.handle_bytes = MAX_HANDLE_SZ; in get_object_stats() 229 if (event_file_handle->handle_bytes in do_test() 230 != event_set[i].handle.handle_bytes) { in do_test() 235 event_file_handle->handle_bytes, in do_test() 236 event_set[i].handle.handle_bytes); in do_test() 255 event_set[i].handle.handle_bytes) != 0) { in do_test()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 268 if (err >= 0 || fhp->handle_bytes != 8) { in get_cgroup_id() 273 fhsize = sizeof(struct file_handle) + fhp->handle_bytes; in get_cgroup_id()
|