Searched refs:JFS_MAGIC (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/jfs/ | ||
| H A D | jfs_superblock.h | 13 #define JFS_MAGIC "JFS1" /* Magic word */ macro |
| H A D | jfs_mount.c | 303 if (strncmp(j_sb->s_magic, JFS_MAGIC, 4) || in chkSuper() |