Searched refs:spa_spare_exists (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 555 !spa_spare_exists(device_guid, NULL, NULL) && in vdev_inuse() 575 if (spa_spare_exists(device_guid, &spare_pool, NULL) || in vdev_inuse() 837 spa_spare_exists(vd->vdev_guid, NULL, NULL))) in vdev_label_init()
|
H A D | spa_misc.c | 970 spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt) in spa_spare_exists() function
|
H A D | spa.c | 3121 if (spa_spare_exists(guid, &pool, NULL) && in spa_add_spares() 6615 if (spa_spare_exists(sav->sav_vdevs[i]->vdev_guid, &pool, in spa_has_active_shared_spare()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 655 extern boolean_t spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt);
|