Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_errlog.c126 spa_error_entry_t search; in spa_log_error()
127 spa_error_entry_t *new; in spa_log_error()
155 new = kmem_zalloc(sizeof (spa_error_entry_t), KM_SLEEP); in spa_log_error()
230 spa_error_entry_t *se; in process_error_list()
309 spa_error_entry_t *se; in spa_errlog_drain()
317 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
321 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
332 spa_error_entry_t *se; in sync_error_list()
356 kmem_free(se, sizeof (spa_error_entry_t)); in sync_error_list()
H A Dspa.c570 spa_error_entry_t *sa = (spa_error_entry_t *)a; in spa_error_entry_compare()
571 spa_error_entry_t *sb = (spa_error_entry_t *)b; in spa_error_entry_compare()
598 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists()
599 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists()
601 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists()
602 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists()
796 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate()
797 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
799 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate()
800 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h48 } spa_error_entry_t; typedef