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

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c2387 const char *vd_type = NULL; local
2433 vd_type = VDEV_TYPE_SPARE;
2448 vd_type = VDEV_TYPE_L2CACHE;
2476 vd_type = VDEV_TYPE_LOG;
2502 if (error_log == 0 && vd_type != NULL && vd_path != NULL) {
2504 "%s vdev (%s) %s", spa_name(spa), vd_type, vd_path);

Completed in 108 milliseconds