Searched refs:spa_errlog_last (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_errlog.c178 if (spa->spa_errlog_last != 0 && !spa->spa_scrub_finished &&
179 zap_count(spa->spa_meta_objset, spa->spa_errlog_last,
271 ret = process_error_log(spa, spa->spa_errlog_last, uaddr,
401 sync_error_list(spa, &last, &spa->spa_errlog_last, tx);
407 if (spa->spa_errlog_last != 0)
409 spa->spa_errlog_last, tx) == 0);
410 spa->spa_errlog_last = spa->spa_errlog_scrub;
413 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx);
426 &spa->spa_errlog_last, tx);
H A Dspa.c1861 error = spa_dir_prop(spa, DMU_POOL_ERRLOG_LAST, &spa->spa_errlog_last);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h176 uint64_t spa_errlog_last; /* last error log object */ member in struct:spa

Completed in 168 milliseconds