Searched defs:RF_RaidDisk_s80 (Results 1 – 1 of 1) sorted by relevance
54 typedef struct RF_RaidDisk_s80 { struct55 char devname[56]; /* name of device file */56 RF_DiskStatus_t status; /* whether it is up or down */57 RF_RowCol_t spareRow; /* if in status "spared", this identifies the59 RF_RowCol_t spareCol; /* if in status "spared", this identifies the61 RF_SectorCount_t numBlocks; /* number of blocks, obtained via READ63 int blockSize;64 RF_SectorCount_t partitionSize; /* The *actual* and *full* size of66 int auto_configured;/* 1 if this component was autoconfigured.68 dev_t dev;