Home | History | Annotate | Download | only in tests

Lines Matching refs:handle_bytes

50 	handle->handle_bytes = 0;
57 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=0}, %p"
66 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=0 => %u}"
69 handle->handle_bytes, &mount_id);
72 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=%u"
74 handle->handle_bytes, handle->handle_type);
75 for (i = 0; i < handle->handle_bytes; ++i)
80 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
81 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
82 for (i = 0; i < handle->handle_bytes; ++i)