Searched refs:spa_export_common (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 7027 spa_export_common(const char *pool, int new_state, nvlist_t **oldconfig, function 7225 return (spa_export_common(pool, POOL_STATE_DESTROYED, NULL, 7236 return (spa_export_common(pool, POOL_STATE_EXPORTED, oldconfig, 7247 return (spa_export_common(pool, POOL_STATE_UNINITIALIZED, NULL, 8641 error = spa_export_common(newname, POOL_STATE_EXPORTED, NULL,
|