Home
last modified time | relevance | path

Searched refs:on_object (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dobjlist.c54 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()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dobjlist.h27 uint64_t on_object; member