Searched refs:spa_export (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zhack/
H A Dzhack.c92 (void) spa_export(g_pool, NULL, B_TRUE, B_FALSE);
525 if (!g_readonly && spa_export(g_pool, NULL, B_TRUE, B_FALSE) != 0) {
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspa.h780 extern int spa_export(const char *pool, nvlist_t **oldconfig, boolean_t force,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c6462 spa_export(const char *pool, nvlist_t **oldconfig, boolean_t force, function
6470 * Similar to spa_export(), this unloads the spa_t without actually removing it
9843 EXPORT_SYMBOL(spa_export); variable
H A Dzfs_ioctl.c1584 error = spa_export(zc->zc_name, NULL, force, hardforce);
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c6904 VERIFY0(spa_export(oldname, &config, B_FALSE, B_FALSE));

Completed in 211 milliseconds