Searched refs:on_object (Results 1 – 2 of 2) sorted by relevance
54 while (node != NULL && node->on_object < object) { in objlist_exists()59 return (node != NULL && node->on_object == object); in objlist_exists()73 node->on_object = object; in objlist_insert()76 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()78 ASSERT3U(node->on_object, >, last_objnum); in objlist_insert()
27 uint64_t on_object; member