Home
last modified time | relevance | path

Searched refs:VF_RAW (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
H A Dvinumvar.h294 VF_RAW = 0x100, /* raw volume (no file system) */ enumerator
H A Dvinumconfig.c1583 vol->flags |= VF_RAW; /* raw volume (no label) */ in config_volume()
/dragonfly/sbin/vinum/
H A Dlist.c312 (vol.flags & VF_RAW ? "raw" : "")); in vinum_lvi()