HomeSort by: relevance | last modified time | path
    Searched refs:E2FS_MAGIC (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/newfs_ext2fs/
mke2fs.c 361 sblock.e2fs.e2fs_magic = E2FS_MAGIC;
789 {offsetof(struct ext2fs, e2fs_magic) / 4, E2FS_MAGIC, 0xffff},
790 {offsetof(struct ext2fs, e2fs_magic) / 4,
791 E2FS_MAGIC << 16, 0xffff0000},
  /src/usr.sbin/installboot/
ext2fs.c 135 if (fs->e2fs.e2fs_magic != E2FS_MAGIC)
  /src/sys/ufs/ext2fs/
ext2fs.h 156 uint16_t e2fs_magic; /* magic number */ member in struct:ext2fs
264 #define E2FS_MAGIC 0xef53 /* the ext2fs magic number */
ext2fs_vfsops.c 883 if (fs->e2fs.e2fs_magic != E2FS_MAGIC)
1359 if (fs->e2fs_magic != E2FS_MAGIC)
  /src/sbin/fsck_ext2fs/
setup.c 314 if (sblock.e2fs.e2fs_magic != E2FS_MAGIC) {
477 bp->b_un.b_fs->e2fs_magic = h2fs16(sblock.e2fs.e2fs_magic);
  /src/sys/lib/libsa/
ext2fs.c 428 if (ext2fs.e2fs_magic != E2FS_MAGIC)
909 new->e2fs_magic = bswap16(old->e2fs_magic);
995 printf("fs->e2fs.e2fs_magic = 0x%x\n", fs->e2fs.e2fs_magic);

Completed in 17 milliseconds