Searched refs:e2fs_magic (Results 1 - 6 of 6) 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_bswap.c70 new->e2fs_magic = swap16(old->e2fs_magic);
H A Dext2fs.h122 u_int16_t e2fs_magic; /* magic number */ member in struct:ext2fs
H A Dext2fs_vfsops.c661 if (fs->e2fs.e2fs_magic != E2FS_MAGIC)
1076 tmp = letoh16(fs->e2fs_magic);
/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c279 if (sblock.e2fs.e2fs_magic != E2FS_MAGIC) {
413 bp->b_un.b_fs->e2fs_magic = letoh16(sblock.e2fs.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},
767 {offsetof(struct ext2fs, e2fs_magic) / 4,

Completed in 95 milliseconds