Home
last modified time | relevance | path

Searched refs:G_RAID3_DISK_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/raid3/
H A Dg_raid3.h54 #define G_RAID3_DISK_FLAG_MASK (G_RAID3_DISK_FLAG_DIRTY | \ macro
H A Dg_raid3.c791 md->md_dflags = (disk->d_flags & G_RAID3_DISK_FLAG_MASK); in g_raid3_fill_metadata()
3038 if ((md->md_dflags & ~G_RAID3_DISK_FLAG_MASK) != 0) { in g_raid3_check_metadata()