Searched refs:TR_RAID1E_F_DOING_SOME (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/geom/raid/
H A Dtr_raid1e.c82 #define TR_RAID1E_F_DOING_SOME 0x1 macro
309 (trs->trso_flags & TR_RAID1E_F_DOING_SOME) == 0)
369 trs->trso_flags &= ~TR_RAID1E_F_DOING_SOME;
403 if (trs->trso_flags & TR_RAID1E_F_DOING_SOME) {
436 if (trs->trso_flags & TR_RAID1E_F_DOING_SOME)
491 trs->trso_flags |= TR_RAID1E_F_DOING_SOME;
904 trs->trso_flags &= ~TR_RAID1E_F_DOING_SOME;
945 trs->trso_flags &= ~TR_RAID1E_F_DOING_SOME;
961 trs->trso_flags &= ~TR_RAID1E_F_DOING_SOME;
981 trs->trso_flags &= ~TR_RAID1E_F_DOING_SOME;
[all...]

Completed in 108 milliseconds