Searched defs:spa_aux_vdev (Results 1 – 1 of 1) sorted by relevance
142 struct spa_aux_vdev { struct143 uint64_t sav_object; /* MOS object for device list */144 nvlist_t *sav_config; /* cached device config */145 vdev_t **sav_vdevs; /* devices */146 int sav_count; /* number devices */147 boolean_t sav_sync; /* sync the device list */148 boolean_t sav_label_sync; /* sync aux labels */149 nvlist_t **sav_pending; /* pending device additions */150 uint_t sav_npending; /* # pending devices */