Searched refs:G_MIRROR_DISK_FLAG_DIRTY (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.h58 #define G_MIRROR_DISK_FLAG_DIRTY 0x0000000000000001ULL macro
67 #define G_MIRROR_DISK_FLAG_MASK (G_MIRROR_DISK_FLAG_DIRTY | \
495 if ((md->md_dflags & G_MIRROR_DISK_FLAG_DIRTY) != 0)
H A Dg_mirror.c558 disk->d_flags &= ~G_MIRROR_DISK_FLAG_DIRTY;
870 disk->d_flags &= ~G_MIRROR_DISK_FLAG_DIRTY;
893 disk->d_flags |= G_MIRROR_DISK_FLAG_DIRTY;
2024 if (!sc->sc_idle && (disk->d_flags & G_MIRROR_DISK_FLAG_DIRTY) == 0) {
2027 disk->d_flags |= G_MIRROR_DISK_FLAG_DIRTY;
2029 (disk->d_flags & G_MIRROR_DISK_FLAG_DIRTY) != 0) {
2032 disk->d_flags &= ~G_MIRROR_DISK_FLAG_DIRTY;
2094 disk->d_flags |= G_MIRROR_DISK_FLAG_DIRTY;
2173 disk->d_flags &= ~G_MIRROR_DISK_FLAG_DIRTY;
2293 (disk->d_flags & G_MIRROR_DISK_FLAG_DIRTY)
[all...]
H A Dg_mirror_ctl.c286 disk->d_flags &= ~G_MIRROR_DISK_FLAG_DIRTY;

Completed in 107 milliseconds