Home
last modified time | relevance | path

Searched refs:FS_EXT2FS (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/sys/
Ddisklabel.h258 #define FS_EXT2FS 17 /* ext2fs */ macro
/openbsd/src/sys/kern/
Dsubr_disk.c579 return FS_EXT2FS; in gpt_get_fstype()
581 return FS_EXT2FS; in gpt_get_fstype()
716 return FS_EXT2FS; in mbr_get_fstype()
1324 case FS_EXT2FS: in dk_mountroot()
/openbsd/src/sbin/newfs_ext2fs/
Dnewfs_ext2fs.c283 if (pp->p_fstype != FS_EXT2FS) in main()
/openbsd/src/sys/arch/sparc64/sparc64/
Ddisksubr.c362 npp->p_fstype = FS_EXT2FS; in disklabel_sun_to_bsd()
/openbsd/src/sys/arch/sparc64/stand/ofwboot/
Dofdev.c409 npp->p_fstype = FS_EXT2FS; in disklabel_sun_to_bsd()
/openbsd/src/sbin/fsck_ext2fs/
Dsetup.c470 if (pp->p_fstype != FS_EXT2FS) { in calcsb()