Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c69 const char *spa_config_path = ZPOOL_CACHE; variable
92 (rootdir != NULL) ? "./" : "", spa_config_path); in spa_config_load()
H A Dspa_misc.c727 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
H A Dspa.c385 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
743 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h434 extern const char *spa_config_path;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c6275 spa_config_path = spa_config_path_env; in main()
6356 spa_config_path = optarg; in main()
6357 if (spa_config_path[0] != '/') { in main()
6438 dump_cachefile(spa_config_path); in main()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6251 spa_config_path, in ztest_run_zdb()
7211 (void) remove(spa_config_path); in ztest_run_init()
7287 VERIFY3U(asprintf((char **)&spa_config_path, "%s/zpool.cache", in main()