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

/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.h107 #define G_MIRROR_BIO_FLAG_SYNC 0x02 macro
H A Dg_mirror.c1066 bp->bio_cflags = G_MIRROR_BIO_FLAG_SYNC;
1983 (bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) {
1995 else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)
2259 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)

Completed in 62 milliseconds