Home
last modified time | relevance | path

Searched refs:scd_path (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_config.c177 err = vn_remove(dp->scd_path, UIO_SYSSPACE, RMFILE); in spa_config_write()
197 (void) snprintf(temp, MAXPATHLEN, "%s.tmp", dp->scd_path); in spa_config_write()
206 err = vn_rename(temp, dp->scd_path, UIO_SYSSPACE); in spa_config_write()
248 if (dp->scd_path == NULL) in spa_config_sync()
272 tdp->scd_path == NULL || in spa_config_sync()
273 strcmp(tdp->scd_path, dp->scd_path) != 0) { in spa_config_sync()
322 if (tdp->scd_path != NULL) in spa_config_sync()
323 spa_strfree(tdp->scd_path); in spa_config_sync()
HDspa_misc.c702 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
768 if (dp->scd_path != NULL) in spa_remove()
769 spa_strfree(dp->scd_path); in spa_remove()
HDspa.c303 if (dp->scd_path == NULL) { in spa_prop_get_config()
306 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
308 dp->scd_path, 0, ZPROP_SRC_LOCAL); in spa_prop_get_config()
661 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
663 dp->scd_path = NULL; in spa_configfile_set()
665 dp->scd_path = spa_strdup(cachefile); in spa_configfile_set()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDspa_impl.h85 char *scd_path; member