Searched defs:spa_aux_vdev (Results 1 – 1 of 1) sorted by relevance
64 struct spa_aux_vdev { struct65 uint64_t sav_object; /* MOS object for device list */66 nvlist_t *sav_config; /* cached device config */67 vdev_t **sav_vdevs; /* devices */68 int sav_count; /* number devices */69 boolean_t sav_sync; /* sync the device list */70 nvlist_t **sav_pending; /* pending device additions */71 uint_t sav_npending; /* # pending devices */