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.c1016 } spa_aux_t; typedef
1021 const spa_aux_t *sa = (const spa_aux_t *)a; in spa_aux_compare()
1022 const spa_aux_t *sb = (const spa_aux_t *)b; in spa_aux_compare()
1031 spa_aux_t search; in spa_aux_add()
1032 spa_aux_t *aux; in spa_aux_add()
1038 aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP); in spa_aux_add()
1048 spa_aux_t search; in spa_aux_remove()
1049 spa_aux_t *aux; in spa_aux_remove()
1059 kmem_free(aux, sizeof (spa_aux_t)); in spa_aux_remove()
1068 spa_aux_t search, *found; in spa_aux_exists()
[all …]