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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c158 err = vn_remove(dp->scd_path, UIO_SYSSPACE, RMFILE);
173 (void) snprintf(temp, MAXPATHLEN, "%s.tmp", dp->scd_path);
182 err = vn_rename(temp, dp->scd_path, UIO_SYSSPACE);
225 if (dp->scd_path == NULL)
247 tdp->scd_path == NULL ||
248 strcmp(tdp->scd_path, dp->scd_path) != 0) {
293 if (tdp->scd_path != NULL)
294 spa_strfree(tdp->scd_path);
H A Dspa_misc.c633 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path);
706 if (dp->scd_path != NULL)
707 spa_strfree(dp->scd_path);
H A Dspa.c287 if (dp->scd_path == NULL) {
290 } else if (strcmp(dp->scd_path, spa_config_path) != 0) {
292 dp->scd_path, 0, ZPROP_SRC_LOCAL);
636 dp->scd_path = spa_strdup(spa_config_path);
638 dp->scd_path = NULL;
640 dp->scd_path = spa_strdup(cachefile);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h84 char *scd_path; member in struct:spa_config_dirent

Completed in 79 milliseconds