/third_party/ltp/include/lapi/ |
D | name_to_handle_at.h | 53 fhp = tst_alloc(sizeof(*fhp) + fh.handle_bytes); in allocate_file_handle() 55 fhp->handle_bytes = fh.handle_bytes; in allocate_file_handle()
|
D | fcntl.h | 146 unsigned int handle_bytes; member
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at02.c | 19 static struct file_handle high_fh = {.handle_bytes = MAX_HANDLE_SZ + 1}, *high_fhp = &high_fh; 62 link_fhp = tst_alloc(sizeof(*link_fhp) + valid_fhp->handle_bytes); in setup() 64 link_fhp->handle_bytes = valid_fhp->handle_bytes; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify22.c | 146 if (fh->handle_bytes != ex->fid->handle.handle_bytes) { in check_error_event_info_fid() 148 ex->name, fh->handle_bytes, ex->fid->handle.handle_bytes); in check_error_event_info_fid() 152 if (memcmp(fh->f_handle, ex->fid->handle.f_handle, fh->handle_bytes)) { in check_error_event_info_fid() 273 null_fid.handle.handle_bytes = 0; in init_null_fid()
|
D | fanotify13.c | 203 if (event_file_handle->handle_bytes != in do_test() 204 expected_fid->handle.handle_bytes) { in do_test() 209 event_file_handle->handle_bytes, in do_test() 210 expected_fid->handle.handle_bytes); in do_test() 229 expected_fid->handle.handle_bytes) != 0) { in do_test()
|
D | fanotify15.c | 221 } else if (event_file_handle->handle_bytes != in do_test() 222 expected->fid->handle.handle_bytes) { in do_test() 227 event_file_handle->handle_bytes, in do_test() 228 expected->fid->handle.handle_bytes); in do_test() 239 expected->fid->handle.handle_bytes) != 0) { in do_test()
|
D | fanotify16.c | 340 fhlen = file_handle->handle_bytes; in do_test() 417 } else if (fhlen != expected_fid->handle.handle_bytes) { in do_test() 426 expected_fid->handle.handle_bytes, in do_test() 509 fhlen = file_handle->handle_bytes; in do_test()
|
D | fanotify09.c | 205 filename = (char *)file_handle->f_handle + file_handle->handle_bytes; in event_filename()
|
D | fanotify.h | 274 fid->handle.handle_bytes = MAX_HANDLE_SZ; in fanotify_save_fid()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | name_to_handle_at.c | 43 fhp->handle_bytes = 0; in name_to_handle_at_0100() 49 fhsize = sizeof(*fhp) + fhp->handle_bytes; in name_to_handle_at_0100()
|
/third_party/eudev/src/shared/ |
D | path-util.c | 448 if (h.handle.handle_bytes == h_parent.handle.handle_bytes && in fd_is_mount_point() 450 memcmp(h.handle.f_handle, h_parent.handle.f_handle, h.handle.handle_bytes) == 0) in fd_is_mount_point()
|
D | missing.h | 143 unsigned int handle_bytes; member
|
D | util.h | 410 #define FILE_HANDLE_INIT { .handle.handle_bytes = MAX_HANDLE_SZ }
|
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
D | name_to_handle_at02.c | 17 static struct file_handle fh, high_fh = {.handle_bytes = MAX_HANDLE_SZ + 1};
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 168 unsigned handle_bytes; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 168 unsigned handle_bytes; member
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 169 unsigned handle_bytes; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 168 unsigned handle_bytes; member
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 168 unsigned handle_bytes; member
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 168 unsigned handle_bytes; member
|
/third_party/musl/include/ |
D | fcntl.h | 168 unsigned handle_bytes; member
|