Searched refs:objnode (Results 1 – 1 of 1) sorted by relevance
168 struct objnode { struct176 const struct objnode *obj1 = o1; in objnode_compare() argument177 const struct objnode *obj2 = o2; in objnode_compare()208 avl_create(&at, objnode_compare, sizeof (struct objnode), in zfs_get_deleteq()209 offsetof(struct objnode, node)); in zfs_get_deleteq()214 struct objnode *obj = kmem_zalloc(sizeof (*obj), KM_SLEEP); in zfs_get_deleteq()221 struct objnode *next, *found = avl_first(&at); in zfs_get_deleteq()