Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c69 char *spa_config_path = ZPOOL_CACHE; variable
99 (void) snprintf(pathname, MAXPATHLEN, "%s", spa_config_path); in spa_config_load()
H A Dspa_misc.c719 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
H A Dspa.c402 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
741 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h438 extern char *spa_config_path;
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c8171 spa_config_path = spa_config_path_env; in main()
8258 spa_config_path = optarg; in main()
8259 if (spa_config_path[0] != '/') { in main()
8367 dump_cachefile(spa_config_path); in main()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c7699 (void) remove(spa_config_path); in ztest_run_init()
7804 VERIFY(asprintf((char **)&spa_config_path, "%s/zpool.cache", in main()