Searched defs:RF_Raid_s (Results 1 – 1 of 1) sorted by relevance
98 struct RF_Raid_s { struct104 u_int numCol; /* number of columns of disks, typically == #106 u_int numSpare; /* number of spare disks */107 int maxQueueDepth; /* max disk queue depth */108 RF_SectorCount_t totalSectors; /* total number of sectors in the110 RF_SectorCount_t sectorsPerDisk; /* number of sectors on each112 u_int logBytesPerSector; /* base-2 log of the number of bytes114 u_int bytesPerSector; /* bytes in a sector */115 RF_int32 sectorMask; /* mask of bytes-per-sector */117 RF_RaidLayout_t Layout; /* all information related to layout */[all …]