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.c57 while (node != NULL && node->on_object < object) { in objlist_exists()
62 return (node != NULL && node->on_object == object); in objlist_exists()
76 node->on_object = object; in objlist_insert()
79 uint64_t last_objnum = (last_object != NULL ? last_object->on_object : in objlist_insert()
81 ASSERT3U(node->on_object, >, last_objnum); in objlist_insert()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dobjlist.h30 uint64_t on_object; member