Searched refs:spa_error_entry_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa_errlog.c | 96 spa_error_entry_t search; in spa_log_error() 97 spa_error_entry_t *new; in spa_log_error() 125 new = kmem_zalloc(sizeof (spa_error_entry_t), KM_SLEEP); in spa_log_error() 202 spa_error_entry_t *se; in process_error_list() 281 spa_error_entry_t *se; in spa_errlog_drain() 289 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain() 293 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain() 304 spa_error_entry_t *se; in sync_error_list() 328 kmem_free(se, sizeof (spa_error_entry_t)); in sync_error_list()
|
H A D | spa.c | 805 spa_error_entry_t *sa = (spa_error_entry_t *)a; in spa_error_entry_compare() 806 spa_error_entry_t *sb = (spa_error_entry_t *)b; in spa_error_entry_compare() 833 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists() 834 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists() 836 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists() 837 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists() 1099 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate() 1100 offsetof(spa_error_entry_t, se_avl)); in spa_activate() 1102 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate() 1103 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa_impl.h | 53 } spa_error_entry_t; typedef
|