Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid3/
H A Dg_raid3.h88 #define G_RAID3_BIO_PFLAG_VERIFY 0x04 macro
91 G_RAID3_BIO_PFLAG_VERIFY)
H A Dg_raid3.c1205 if (fbp != NULL && (pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) { in g_raid3_gather()
1206 pbp->bio_pflags &= ~G_RAID3_BIO_PFLAG_VERIFY; in g_raid3_gather()
1253 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) { in g_raid3_gather()
1276 if ((pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) in g_raid3_gather()
1822 pbp->bio_pflags |= G_RAID3_BIO_PFLAG_VERIFY; in g_raid3_register_request()