Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c95 spa_error_entry_t search; in spa_log_error()
96 spa_error_entry_t *new; in spa_log_error()
124 new = kmem_zalloc(sizeof (spa_error_entry_t), KM_SLEEP); in spa_log_error()
201 spa_error_entry_t *se; in process_error_list()
280 spa_error_entry_t *se; in spa_errlog_drain()
288 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
292 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
303 spa_error_entry_t *se; in sync_error_list()
327 kmem_free(se, sizeof (spa_error_entry_t)); in sync_error_list()
H A Dspa.c916 const spa_error_entry_t *sa = (const spa_error_entry_t *)a; in spa_error_entry_compare()
917 const spa_error_entry_t *sb = (const spa_error_entry_t *)b; in spa_error_entry_compare()
939 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists()
940 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists()
942 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists()
943 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists()
1215 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate()
1216 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
1218 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate()
1219 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h62 } spa_error_entry_t; typedef