Searched defs:RF_RaidDisk_s (Results 1 – 1 of 1) sorted by relevance
398 struct RF_RaidDisk_s { struct399 char devname[56]; /* name of device file */400 RF_DiskStatus_t status; /* whether it is up or down */401 RF_RowCol_t spareCol; /* if in status "spared", this identifies the403 int blockSize;404 int auto_configured;/* 1 if this component was autoconfigured.406 RF_SectorCount_t numBlocks; /* number of blocks, obtained via READ408 RF_SectorCount_t partitionSize; /* The *actual* and *full* size of410 dev_t dev;