Lines Matching refs:bestsd
153 struct g_raid_subdisk *tsd, *bestsd; in g_raid_tr_update_state_raid1() local
172 bestsd = &vol->v_subdisks[0]; in g_raid_tr_update_state_raid1()
175 if (tsd->sd_state > bestsd->sd_state) in g_raid_tr_update_state_raid1()
176 bestsd = tsd; in g_raid_tr_update_state_raid1()
177 else if (tsd->sd_state == bestsd->sd_state && in g_raid_tr_update_state_raid1()
180 tsd->sd_rebuild_pos > bestsd->sd_rebuild_pos) in g_raid_tr_update_state_raid1()
181 bestsd = tsd; in g_raid_tr_update_state_raid1()
183 if (bestsd->sd_state >= G_RAID_SUBDISK_S_UNINITIALIZED) { in g_raid_tr_update_state_raid1()
187 vol->v_name, bestsd->sd_pos, in g_raid_tr_update_state_raid1()
188 g_raid_subdisk_state2str(bestsd->sd_state)); in g_raid_tr_update_state_raid1()
189 g_raid_change_subdisk_state(bestsd, in g_raid_tr_update_state_raid1()
192 vol, bestsd, bestsd->sd_disk); in g_raid_tr_update_state_raid1()