Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dunique.c38 } unique_t; typedef
45 const unique_t *una = a; in unique_compare()
46 const unique_t *unb = b; in unique_compare()
59 sizeof (unique_t), offsetof(unique_t, un_link)); in unique_init()
82 unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP); in unique_insert()
105 unique_t un_tofind; in unique_remove()
106 unique_t *un; in unique_remove()
113 kmem_free(un, sizeof (unique_t)); in unique_remove()