Searched refs:E2FS_MAGIC (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/bin/df/
H A Dext2fs_df.c68 if ((sblock.e2fs_magic != E2FS_MAGIC) ||
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h192 #define E2FS_MAGIC 0xef53 /* the ext2fs magic number */ macro
H A Dext2fs_vfsops.c661 if (fs->e2fs.e2fs_magic != E2FS_MAGIC)
1077 if (tmp != E2FS_MAGIC) {
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c356 sblock.e2fs.e2fs_magic = E2FS_MAGIC;
766 {offsetof(struct ext2fs, e2fs_magic) / 4, E2FS_MAGIC, 0xffff},
768 E2FS_MAGIC << 16, 0xffff0000},
/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c279 if (sblock.e2fs.e2fs_magic != E2FS_MAGIC) {

Completed in 72 milliseconds