Searched refs:sync_error_list (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 1167 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx) in sync_error_list() function 1306 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); in spa_errlog_sync() 1317 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx); in spa_errlog_sync() 1323 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx); in spa_errlog_sync() 1487 EXPORT_SYMBOL(sync_error_list);
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1234 extern void sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj,
|