Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c1004 } spa_aux_t; typedef
1009 const spa_aux_t *sa = (const spa_aux_t *)a; in spa_aux_compare()
1010 const spa_aux_t *sb = (const spa_aux_t *)b; in spa_aux_compare()
1019 spa_aux_t search; in spa_aux_add()
1020 spa_aux_t *aux; in spa_aux_add()
1026 aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP); in spa_aux_add()
1036 spa_aux_t search; in spa_aux_remove()
1037 spa_aux_t *aux; in spa_aux_remove()
1047 kmem_free(aux, sizeof (spa_aux_t)); in spa_aux_remove()
1056 spa_aux_t search, *found; in spa_aux_exists()
[all …]