Searched refs:scd_path (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa_config.c | 177 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()
|
| HD | spa_misc.c | 702 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()
|
| HD | spa.c | 303 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/ |
| HD | spa_impl.h | 85 char *scd_path; member
|