Searched refs:objnode (Results 1 – 1 of 1) sorted by relevance
167 struct objnode { struct175 const struct objnode *obj1 = o1; in objnode_compare() argument176 const struct objnode *obj2 = o2; in objnode_compare()207 avl_create(&at, objnode_compare, sizeof (struct objnode), in zfs_get_deleteq()208 offsetof(struct objnode, node)); in zfs_get_deleteq()212 struct objnode *obj = kmem_zalloc(sizeof (*obj), KM_SLEEP); in zfs_get_deleteq()218 struct objnode *next, *found = avl_first(&at); in zfs_get_deleteq()