Searched refs:E2FS_MAGIC (Results 1 – 6 of 6) sorted by relevance
361 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()
135 if (fs->e2fs.e2fs_magic != E2FS_MAGIC) in ext2fs_read_sblock()
264 #define E2FS_MAGIC 0xef53 /* the ext2fs magic number */ macro
883 if (fs->e2fs.e2fs_magic != E2FS_MAGIC) in ext2fs_statvfs()1359 if (fs->e2fs_magic != E2FS_MAGIC) in ext2fs_sbfill()
314 if (sblock.e2fs.e2fs_magic != E2FS_MAGIC) { in readsb()
428 if (ext2fs.e2fs_magic != E2FS_MAGIC) in read_sblock()