Home
last modified time | relevance | path

Searched refs:scd_path (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c727 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
801 if (dp->scd_path != NULL) in spa_remove()
802 spa_strfree(dp->scd_path); in spa_remove()
H A Dspa.c382 if (dp->scd_path == NULL) { in spa_prop_get_config()
385 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
387 dp->scd_path, 0, ZPROP_SRC_LOCAL); in spa_prop_get_config()
743 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
745 dp->scd_path = NULL; in spa_configfile_set()
747 dp->scd_path = spa_strdup(cachefile); in spa_configfile_set()
H A Dspa_config.c159 err = vn_remove(dp->scd_path, UIO_SYSSPACE, RMFILE); in spa_config_write()
174 (void) snprintf(temp, MAXPATHLEN, "%s.tmp", dp->scd_path); in spa_config_write()
183 err = vn_rename(temp, dp->scd_path, UIO_SYSSPACE); in spa_config_write()
227 if (dp->scd_path == NULL) in spa_write_cachefile()
249 tdp->scd_path == NULL || in spa_write_cachefile()
250 strcmp(tdp->scd_path, dp->scd_path) != 0) { in spa_write_cachefile()
303 if (tdp->scd_path != NULL) in spa_write_cachefile()
304 spa_strfree(tdp->scd_path); in spa_write_cachefile()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h148 char *scd_path; member