Searched defs:RF_RaidReconDesc_s (Results 1 – 1 of 1) sorted by relevance
39 struct RF_RaidReconDesc_s { struct40 RF_Raid_t *raidPtr; /* raid device descriptor */41 RF_RowCol_t col; /* col of failed disk */42 RF_RaidDisk_t *spareDiskPtr; /* describes target disk for recon44 int numDisksDone; /* the number of surviving disks that have46 RF_RowCol_t scol; /* col ID of the spare disk (not used in dist51 RF_Etimer_t recon_exec_timer;52 RF_uint64 reconExecTimerRunning;53 RF_uint64 reconExecTicks;54 RF_uint64 maxReconExecTicks;[all …]