Searched refs:sync_error_list (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 1157 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx) in sync_error_list() function 1296 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); in spa_errlog_sync() 1307 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx); in spa_errlog_sync() 1313 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx); in spa_errlog_sync() 1477 EXPORT_SYMBOL(sync_error_list);
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1231 extern void sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj,
|