Searched refs:spa_errlog_last (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 147 if (spa->spa_errlog_last != 0 && !spa->spa_scrub_finished && in spa_get_errlog_size() 148 zap_count(spa->spa_meta_objset, spa->spa_errlog_last, in spa_get_errlog_size() 242 ret = process_error_log(spa, spa->spa_errlog_last, uaddr, in spa_get_errlog() 372 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); in spa_errlog_sync() 378 if (spa->spa_errlog_last != 0) in spa_errlog_sync() 380 spa->spa_errlog_last, tx) == 0); in spa_errlog_sync() 381 spa->spa_errlog_last = spa->spa_errlog_scrub; in spa_errlog_sync() 384 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx); in spa_errlog_sync() 397 &spa->spa_errlog_last, tx); in spa_errlog_sync()
|
| H A D | spa.c | 4027 error = spa_dir_prop(spa, DMU_POOL_ERRLOG_LAST, &spa->spa_errlog_last,
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 342 uint64_t spa_errlog_last; /* last error log object */ member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 7243 mos_obj_refd(spa->spa_errlog_last); in dump_mos_leaks()
|