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

/freebsd-13-stable/sys/geom/raid/
H A Dtr_raid1.c82 #define TR_RAID1_F_ABORT 0x4 macro
323 trs->trso_flags |= TR_RAID1_F_ABORT;
329 trs->trso_flags &= ~TR_RAID1_F_ABORT;
686 if (trs->trso_flags & TR_RAID1_F_ABORT) {
723 trs->trso_flags & TR_RAID1_F_ABORT) {
725 TR_RAID1_F_ABORT) == 0) {

Completed in 101 milliseconds