Searched refs:JFS_MAGIC (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_superblock.h27 #define JFS_MAGIC "JFS1" /* Magic word: Version 1 */ macro
H A Djfs.c56 if (strncmp (buf.sb.s_magic, JFS_MAGIC, 4) == 0) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c214 || (super.s_magic != JFS_MAGIC)
395 || (super.s_magic != JFS_MAGIC)) {
H A Djfs.h167 #define JFS_MAGIC 0x3153464A /* "JFS1" */ macro

Completed in 24 milliseconds