Searched refs:SPA_LOAD_TRYIMPORT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c119 if (spa_load_state(spa) == SPA_LOAD_TRYIMPORT ||
816 if (spa_load_state(spa) == SPA_LOAD_TRYIMPORT)
H A Dspa_errlog.c105 if (spa_load_state(spa) == SPA_LOAD_TRYIMPORT)
H A Dspa.c2148 if ((state == SPA_LOAD_IMPORT || state == SPA_LOAD_TRYIMPORT) &&
2461 if (spa_writeable(spa) || state == SPA_LOAD_TRYIMPORT) {
2485 * If the state is SPA_LOAD_TRYIMPORT, our objective is
2497 * As a result, if the state is SPA_LOAD_TRYIMPORT and we are
2750 if (spa->spa_autoreplace && state != SPA_LOAD_TRYIMPORT) {
2819 ASSERT(state == SPA_LOAD_TRYIMPORT);
2833 if (state != SPA_LOAD_TRYIMPORT) {
2845 ASSERT(state != SPA_LOAD_TRYIMPORT);
4255 error = spa_load(spa, SPA_LOAD_TRYIMPORT, SPA_IMPORT_EXISTING, B_TRUE);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h886 SPA_LOAD_TRYIMPORT, /* tryimport in progress */ enumerator in enum:__anon195

Completed in 84 milliseconds