Searched refs:spa_spare_exists (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 892 !spa_spare_exists(device_guid, NULL, NULL) && in vdev_inuse() 912 if (spa_spare_exists(device_guid, &spare_pool, NULL) || in vdev_inuse() 1181 spa_spare_exists(vd->vdev_guid, NULL, NULL))) in vdev_label_init()
|
| H A D | spa_misc.c | 1075 spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt) in spa_spare_exists() function
|
| H A D | spa.c | 5221 if (spa_spare_exists(guid, &pool, NULL) && 9394 if (spa_spare_exists(sav->sav_vdevs[i]->vdev_guid, &pool, 9774 EXPORT_SYMBOL(spa_spare_exists);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 824 extern boolean_t spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt);
|