Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/geom/raid/
HDtr_raid1.c91 struct g_raid_subdisk *trso_failed_sd; /* like per volume */ member
249 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_some()
277 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_done()
284 trs->trso_failed_sd = NULL; in g_raid_tr_raid1_rebuild_done()
295 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_finish()
315 sd = trs->trso_failed_sd; in g_raid_tr_raid1_rebuild_abort()
348 if (trs->trso_failed_sd) { in g_raid_tr_raid1_rebuild_start()
351 (intmax_t)trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1_rebuild_start()
390 trs->trso_failed_sd = fsd; in g_raid_tr_raid1_rebuild_start()
395 trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1_rebuild_start()
[all …]
HDtr_raid1e.c93 struct g_raid_subdisk *trso_failed_sd; /* like per volume */ member
363 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_done()
370 trs->trso_failed_sd = NULL; in g_raid_tr_raid1e_rebuild_done()
381 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_finish()
400 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_abort()
438 sd = trs->trso_failed_sd; in g_raid_tr_raid1e_rebuild_some()
506 if (trs->trso_failed_sd) { in g_raid_tr_raid1e_rebuild_start()
509 (intmax_t)trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1e_rebuild_start()
542 trs->trso_failed_sd = sd; in g_raid_tr_raid1e_rebuild_start()
547 trs->trso_failed_sd->sd_rebuild_pos); in g_raid_tr_raid1e_rebuild_start()
[all …]
HDtr_raid5.c64 struct g_raid_subdisk *trso_failed_sd; /* like per volume */ member