Searched refs:POOL_STATE_EXPORTED (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 108 POOL_STATE_EXPORTED, /* Explicitly exported */ enumerator
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 661 POOL_STATE_EXPORTED, /* Explicitly exported */ enumerator
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 311 case POOL_STATE_EXPORTED: in check_file()
|
H A D | zpool_main.c | 1647 else if (pool_state != POOL_STATE_EXPORTED) in show_import() 1699 } else if (state != POOL_STATE_EXPORTED && in do_import()
|
/titanic_41/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 109 { POOL_STATE_EXPORTED, "POOL_STATE_EXPORTED" },
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 1565 case POOL_STATE_EXPORTED: in zpool_in_use()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 4259 if (!force && new_state == POOL_STATE_EXPORTED && in spa_export_common() 4318 return (spa_export_common(pool, POOL_STATE_EXPORTED, oldconfig, in spa_export() 5054 exp ? POOL_STATE_EXPORTED : POOL_STATE_ACTIVE) == 0); in spa_vdev_split_mirror() 5144 error = spa_export_common(newname, POOL_STATE_EXPORTED, NULL, in spa_vdev_split_mirror()
|