Home
last modified time | relevance | path

Searched refs:FS_MAGIC (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/scan_ffs/
H A Dscan_ffs.c93 if (sb->fs_magic == FS_MAGIC) { in ufsscan()
/openbsd/sys/ufs/ffs/
H A Dfs.h308 #define FS_MAGIC 0x011954 /* the fast filesystem magic number */ macro
H A Dffs_vfsops.c1009 if (fs->fs_magic != FS_MAGIC && fs->fs_magic != FS_UFS2_MAGIC) in ffs_statfs()
1012 if (fs->fs_magic != FS_MAGIC) in ffs_statfs()
/openbsd/sys/lib/libsa/
H A Dufs.c430 if (buf_size != SBSIZE || fs->fs_magic != FS_MAGIC || in ufs_open()
/openbsd/sys/arch/landisk/stand/xxboot/
H A Dufs12.c466 if (buf_size != SBSIZE || fs->fs_magic != FS_MAGIC || in ufs12_open()