Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dtr_raid1.c85 int trso_type; member
281 trs->trso_type = TR_RAID1_NONE; in g_raid_tr_raid1_rebuild_done()
395 trs->trso_type = TR_RAID1_REBUILD; in g_raid_tr_raid1_rebuild_start()
422 switch(trs->trso_type) { in g_raid_tr_raid1_maybe_rebuild()
680 if (trs->trso_type == TR_RAID1_REBUILD) { in g_raid_tr_iodone_raid1()
759 } else if (trs->trso_type == TR_RAID1_RESYNC) { in g_raid_tr_iodone_raid1()
963 if (trs->trso_type == TR_RAID1_REBUILD) in g_raid_tr_idle_raid1()
H A Dtr_raid1e.c87 int trso_type; member
367 trs->trso_type = TR_RAID1E_NONE; in g_raid_tr_raid1e_rebuild_done()
547 trs->trso_type = TR_RAID1E_REBUILD; in g_raid_tr_raid1e_rebuild_start()
567 switch(trs->trso_type) { in g_raid_tr_raid1e_maybe_rebuild()
896 if (trs->trso_type == TR_RAID1E_REBUILD) { in g_raid_tr_iodone_raid1e()
984 } else if (trs->trso_type == TR_RAID1E_RESYNC) { in g_raid_tr_iodone_raid1e()
1223 if (trs->trso_type == TR_RAID1E_REBUILD) in g_raid_tr_idle_raid1e()
H A Dtr_raid5.c58 int trso_type; member