Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c170 error = zfs_file_unlink(dp->scd_path); in spa_config_remove()
175 error = zfs_file_open(dp->scd_path, flags, 0644, &fp); in spa_config_remove()
218 err = zfs_file_open(dp->scd_path, oflags, 0644, &fp); in spa_config_write()
266 if (dp->scd_path == NULL) in spa_write_cachefile()
289 tdp->scd_path == NULL || in spa_write_cachefile()
290 strcmp(tdp->scd_path, dp->scd_path) != 0) { in spa_write_cachefile()
341 if (tdp->scd_path != NULL) in spa_write_cachefile()
342 spa_strfree(tdp->scd_path); in spa_write_cachefile()
H A Dspa_misc.c752 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
822 if (dp->scd_path != NULL) in spa_remove()
823 spa_strfree(dp->scd_path); in spa_remove()
H A Dspa.c446 if (dp->scd_path == NULL) { in spa_prop_get_config()
449 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
451 dp->scd_path, 0, ZPROP_SRC_LOCAL); in spa_prop_get_config()
806 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
808 dp->scd_path = NULL; in spa_configfile_set()
810 dp->scd_path = spa_strdup(cachefile); in spa_configfile_set()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h156 char *scd_path; member