FreeBSD ZFS
The Zettabyte File System
Data Fields

spa_aux_vdev Struct Reference

#include <spa_impl.h>

Collaboration diagram for spa_aux_vdev:
Collaboration graph
[legend]

Data Fields

uint64_t sav_object
 MOS object for device list.
nvlist_t * sav_config
 cached device config
vdev_t ** sav_vdevs
 devices
int sav_count
 number devices
boolean_t sav_sync
 sync the device list
nvlist_t ** sav_pending
 pending device additions
uint_t sav_npending
 # pending devices

Detailed Description

Definition at line 60 of file spa_impl.h.


Field Documentation

cached device config

Definition at line 62 of file spa_impl.h.

number devices

Definition at line 64 of file spa_impl.h.

# pending devices

Definition at line 67 of file spa_impl.h.

MOS object for device list.

Definition at line 61 of file spa_impl.h.

pending device additions

Definition at line 66 of file spa_impl.h.

sync the device list

Definition at line 65 of file spa_impl.h.

devices

Definition at line 63 of file spa_impl.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines