Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c214 || (super.s_magic != JFS_MAGIC) in jfs_mount()
395 || (super.s_magic != JFS_MAGIC)) { in jfs_embed()
H A Djfs.h167 #define JFS_MAGIC 0x3153464A /* "JFS1" */ macro