Home
last modified time | relevance | path

Searched defs:RF_ComponentLabel_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Draidframevar.h423 typedef struct RF_ComponentLabel_s { struct
424 int version; /* The version of this label. */
425 int serial_number; /* a user-specified serial number for this
427 int mod_counter; /* modification counter. Changed (usually
430 int row; /* the row number of this component */
431 int column; /* the column number of this component */
432 int num_rows; /* number of rows in this RAID set */
433 int num_columns; /* number of columns in this RAID set */
434 int clean; /* 1 when clean, 0 when dirty */
435 int status; /* rf_ds_optimal, rf_ds_dist_spared, whatever. */
[all …]