Searched refs:objnode (Results 1 – 1 of 1) sorted by relevance
159 struct objnode { struct167 const struct objnode *obj1 = o1; in objnode_compare() argument168 const struct objnode *obj2 = o2; in objnode_compare()195 avl_create(&at, objnode_compare, sizeof (struct objnode), in zfs_get_deleteq()196 offsetof(struct objnode, node)); in zfs_get_deleteq()201 struct objnode *obj = kmem_zalloc(sizeof (*obj), KM_SLEEP); in zfs_get_deleteq()208 struct objnode *next, *found = avl_first(&at); in zfs_get_deleteq()