Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Ddtype.h87 #define FS_BSDFFS 7 /* 4.2BSD fast file system */ macro
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosdisk.c396 (fstype == FS_BSDFFS) || in print_partition()
406 ((fstype == FS_BSDFFS) || (fstype == FS_UNUSED) || in print_partition()
415 (fstype == FS_BSDFFS) ? "FFS" : in print_partition()
423 ((fstype == FS_BSDFFS) || (fstype == FS_UNUSED) || in print_partition()
432 (fstype == FS_BSDFFS) ? "FFS" : in print_partition()
/dragonfly/stand/boot/efi/boot1/
H A Dufs_module.c103 label->d_partitions[0].p_fstype == FS_BSDFFS) { in init_dev()
/dragonfly/stand/boot/efi/libefi/
H A Defipart.c220 label->d_partitions[0].p_fstype == FS_BSDFFS) { in efipart_open()
/dragonfly/sbin/gpt/
H A Dmigrate.c107 case FS_BSDFFS: { in migrate_disklabel()
/dragonfly/sys/dev/disk/dm/
H A Ddevice-mapper.c344 dpart->fstype = FS_BSDFFS; in disk_ioctl_switch()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumioctl.c355 dpart->fstype = FS_BSDFFS; in vinumioctl()