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

/freebsd-11.0-release/sys/geom/mirror/
H A Dg_mirror.h101 #define G_MIRROR_BIO_FLAG_SYNC 0x02 macro
H A Dg_mirror.c1016 bp->bio_cflags = G_MIRROR_BIO_FLAG_SYNC;
1899 (bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) {
1904 else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)
2134 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)

Completed in 73 milliseconds