Searched refs:scd_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 168 error = zfs_file_unlink(dp->scd_path); in spa_config_remove() 173 error = zfs_file_open(dp->scd_path, flags, 0644, &fp); in spa_config_remove() 216 err = zfs_file_open(dp->scd_path, oflags, 0644, &fp); in spa_config_write() 263 if (dp->scd_path == NULL) in spa_write_cachefile() 286 tdp->scd_path == NULL || in spa_write_cachefile() 287 strcmp(tdp->scd_path, dp->scd_path) != 0) { in spa_write_cachefile() 338 if (tdp->scd_path != NULL) in spa_write_cachefile() 339 spa_strfree(tdp->scd_path); in spa_write_cachefile()
|
| H A D | spa_misc.c | 728 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add() 798 if (dp->scd_path != NULL) in spa_remove() 799 spa_strfree(dp->scd_path); in spa_remove()
|
| H A D | spa.c | 411 if (dp->scd_path == NULL) { in spa_prop_get_config() 414 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config() 416 dp->scd_path, 0, ZPROP_SRC_LOCAL); in spa_prop_get_config() 753 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set() 755 dp->scd_path = NULL; in spa_configfile_set() 757 dp->scd_path = spa_strdup(cachefile); in spa_configfile_set()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 155 char *scd_path; member
|