Searched refs:spa_error_entry_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/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() 282 spa_error_entry_t *se; in spa_errlog_drain() 290 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain() 294 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain() 305 spa_error_entry_t *se; in sync_error_list() 329 kmem_free(se, sizeof (spa_error_entry_t)); in sync_error_list()
|
| H A D | spa.c | 925 const spa_error_entry_t *sa = (const spa_error_entry_t *)a; in spa_error_entry_compare() 926 const spa_error_entry_t *sb = (const spa_error_entry_t *)b; in spa_error_entry_compare() 948 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists() 949 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists() 951 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_get_errlists() 952 offsetof(spa_error_entry_t, se_avl)); in spa_get_errlists() 1303 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate() 1304 offsetof(spa_error_entry_t, se_avl)); in spa_activate() 1306 spa_error_entry_compare, sizeof (spa_error_entry_t), in spa_activate() 1307 offsetof(spa_error_entry_t, se_avl)); in spa_activate()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 69 } spa_error_entry_t; typedef
|