Home
last modified time | relevance | path

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

/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c361 sblock.e2fs.e2fs_magic = E2FS_MAGIC; in mke2fs()
789 {offsetof(struct ext2fs, e2fs_magic) / 4, E2FS_MAGIC, 0xffff}, in zap_old_sblock()
791 E2FS_MAGIC << 16, 0xffff0000}, in zap_old_sblock()
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c135 if (fs->e2fs.e2fs_magic != E2FS_MAGIC) in ext2fs_read_sblock()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h264 #define E2FS_MAGIC 0xef53 /* the ext2fs magic number */ macro
H A Dext2fs_vfsops.c887 if (fs->e2fs.e2fs_magic != E2FS_MAGIC) in ext2fs_statvfs()
1363 if (fs->e2fs_magic != E2FS_MAGIC) in ext2fs_sbfill()
/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c314 if (sblock.e2fs.e2fs_magic != E2FS_MAGIC) { in readsb()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c428 if (ext2fs.e2fs_magic != E2FS_MAGIC) in read_sblock()