Searched refs:spa_error_entry_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 95 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 D | spa.c | 914 const spa_error_entry_t *sa = (const spa_error_entry_t *)a; in spa_error_entry_compare() 915 const spa_error_entry_t *sb = (const spa_error_entry_t *)b; in spa_error_entry_compare() 937 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists() 938 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists() 940 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists() 941 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists() 1253 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate() 1254 offsetof(spa_error_entry_t, se_avl)); in spa_activate() 1256 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate() 1257 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 64 } spa_error_entry_t; typedef
|