Home
last modified time | relevance | path

Searched refs:FS_VINUM (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Ddtype.h94 #define FS_VINUM 14 /* Vinum drive partition */ macro
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosdisk.c393 (fstype == FS_VINUM) || in print_partition()
407 (fstype == FS_VINUM)) ? '*' : ' ', in print_partition()
410 (fstype == FS_VINUM) ? "vinum" : in print_partition()
424 (fstype == FS_VINUM)) ? '*' : ' ', in print_partition()
427 (fstype == FS_VINUM) ? "vinum" : in print_partition()
/dragonfly/sbin/vinum/
H A Dlist.c1313 &&((label.d_partitions[partition].p_fstype == FS_VINUM) /* and it's a Vinum partition */ in dumpconfig()
1318 if (label.d_partitions[partition].p_fstype == FS_VINUM) { /* it's a Vinum partition */ in dumpconfig()
1344 &&((label.d_partitions[partition].p_fstype == FS_VINUM) /* and it's a Vinum partition */ in dumpconfig()
1349 if (label.d_partitions[partition].p_fstype == FS_VINUM) { /* it's a Vinum partition */ in dumpconfig()
/dragonfly/sbin/disklabel64/
H A Ddisklabel64.c1382 pp->p_fstype != FS_VINUM) { in checklabel()
1443 if (pp->p_fstype != FS_VINUM && in checklabel()
1444 pp2->p_fstype != FS_VINUM && in checklabel()
/dragonfly/sbin/disklabel32/
H A Ddisklabel.c1420 pp->p_fstype != FS_VINUM) {
1489 pp->p_fstype != FS_VINUM &&
1490 pp2->p_fstype != FS_VINUM &&
/dragonfly/sbin/gpt/
H A Dmigrate.c114 case FS_VINUM: { in migrate_disklabel()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumio.c187 if (drive->partinfo.fstype != FS_VINUM && in init_drive()