Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c70 char *spa_config_path = (char *)ZPOOL_CACHE; variable
102 (void) snprintf(pathname, MAXPATHLEN, "%s", spa_config_path); in spa_config_load()
H A Dspa_misc.c790 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
H A Dspa.c531 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
888 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h489 extern char *spa_config_path;
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c9260 spa_config_path = spa_config_path_env; in main()
9404 spa_config_path = optarg; in main()
9405 if (spa_config_path[0] != '/') { in main()
9508 spa_config_path = pbuf; in main()
9539 dump_cachefile(spa_config_path); in main()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c8862 (void) remove(spa_config_path); in ztest_run_init()
8976 VERIFY3S(asprintf((char **)&spa_config_path, "%s/zpool.cache", in main()