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

/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.h95 #define G_MIRROR_BIO_FLAG_SYNC 0x02 macro
H A Dg_mirror.c1092 bp->bio_cflags = G_MIRROR_BIO_FLAG_SYNC;
2011 (bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0) {
2023 else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)
2287 if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)

Completed in 122 milliseconds