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

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.h63 #define G_MIRROR_DISK_FLAG_MASK (G_MIRROR_DISK_FLAG_DIRTY | \ macro
H A Dg_mirror.c716 md->md_dflags = (disk->d_flags & G_MIRROR_DISK_FLAG_MASK);
2742 if ((md->md_dflags & ~G_MIRROR_DISK_FLAG_MASK) != 0) {

Completed in 105 milliseconds