Home
last modified time | relevance | path

Searched refs:G_RAID3_BIO_PFLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/raid3/
H A Dg_raid3.h89 #define G_RAID3_BIO_PFLAG_MASK (G_RAID3_BIO_PFLAG_DEGRADED | \ macro
H A Dg_raid3.c1281 pbp->bio_pflags &= ~G_RAID3_BIO_PFLAG_MASK; in g_raid3_gather()