Searched refs:spa_export_common (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 6330 spa_export_common(const char *pool, int new_state, nvlist_t **oldconfig, function 6495 return (spa_export_common(pool, POOL_STATE_DESTROYED, NULL, 6506 return (spa_export_common(pool, POOL_STATE_EXPORTED, oldconfig, 6517 return (spa_export_common(pool, POOL_STATE_UNINITIALIZED, NULL, 7801 error = spa_export_common(newname, POOL_STATE_EXPORTED, NULL,
|