Home
last modified time | relevance | path

Searched refs:SPA_LOAD_IMPORT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h875 SPA_LOAD_IMPORT, /* import in progress */ enumerator
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c575 if (pool_state == SPA_LOAD_IMPORT) { in zfs_fm_recv()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c2104 if ((state == SPA_LOAD_IMPORT || state == SPA_LOAD_TRYIMPORT) && in spa_load()
2639 if (state != SPA_LOAD_IMPORT) { in spa_load_impl()
2766 state == SPA_LOAD_IMPORT || in spa_load_impl()
3924 spa_load_state_t state = SPA_LOAD_IMPORT; in spa_import()
5079 error = spa_load(newspa, SPA_LOAD_IMPORT, SPA_IMPORT_ASSEMBLE, B_TRUE); in spa_vdev_split_mirror()
H A Dvdev.c3165 if ((spa_load_state(spa) == SPA_LOAD_IMPORT || in vdev_set_state()