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