Home
last modified time | relevance | path

Searched refs:spa_config_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_config.c68 const char *spa_config_path = ZPOOL_CACHE; variable
90 (void) snprintf(pathname, MAXPATHLEN, "%s", spa_config_path); in spa_config_load()
H A Dspa_misc.c807 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
H A Dspa.c308 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
654 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h317 extern const char *spa_config_path;
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c3607 spa_config_path = spa_config_path_env; in main()
3671 spa_config_path = optarg; in main()
3728 dump_cachefile(spa_config_path); in main()
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c5264 spa_config_path, in ztest_run_zdb()
6167 (void) remove(spa_config_path); in ztest_run_init()
6223 VERIFY3U(asprintf((char **)&spa_config_path, "%s/zpool.cache", in main()