Home
last modified time | relevance | path

Searched refs:trso_failed_sd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/geom/raid/
H A Dtr_raid1.c90 struct g_raid_subdisk *trso_failed_sd; /* like per volume */ member
248 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_some()
276 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_done()
283 trs->trso_failed_sd = NULL; in g_raid_tr_raid1_rebuild_done()
294 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_finish()
314 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_abort()
347 if (trs->trso_failed_sd) { in g_raid_tr_raid1_rebuild_start()
350 (intmax_t)trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1_rebuild_start()
389 trs->trso_failed_sd = fsd; in g_raid_tr_raid1_rebuild_start()
394 trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1_rebuild_start()
[all …]
H A Dtr_raid1e.c92 struct g_raid_subdisk *trso_failed_sd; /* like per volume */ member
362 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_done()
369 trs->trso_failed_sd = NULL; in g_raid_tr_raid1e_rebuild_done()
380 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_finish()
399 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_abort()
437 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_some()
505 if (trs->trso_failed_sd) { in g_raid_tr_raid1e_rebuild_start()
508 (intmax_t)trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1e_rebuild_start()
541 trs->trso_failed_sd = sd; in g_raid_tr_raid1e_rebuild_start()
546 trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1e_rebuild_start()
[all …]
H A Dtr_raid5.c63 struct g_raid_subdisk *trso_failed_sd; /* like per volume */ member