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 | 1166 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx) in sync_error_list() function 1305 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); in spa_errlog_sync() 1316 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx); in spa_errlog_sync() 1322 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx); in spa_errlog_sync() 1486 EXPORT_SYMBOL(sync_error_list);
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | spa.h | 1194 extern void sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj,
|