Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dext2fs.c123 #define EXT2_MAGIC 0xef53 macro
362 if (buf_size != EXT2_SBSIZE || fs->fs_magic != EXT2_MAGIC) { in ext2fs_open()