Searched refs:handle_bytes (Results 1 – 3 of 3) sorted by relevance
59 h->handle_bytes = n; in name_to_handle_at_loop()87 if (h->handle_bytes <= n) in name_to_handle_at_loop()91 n = h->handle_bytes; in name_to_handle_at_loop()260 if (h->handle_bytes == h_parent->handle_bytes && in fd_is_mount_point()262 memcmp(h->f_handle, h_parent->f_handle, h->handle_bytes) == 0) in fd_is_mount_point()
342 #define CG_FILE_HANDLE_INIT { .file_handle.handle_bytes = sizeof(uint64_t) }
113 unsigned int handle_bytes; member