Searched refs:JFS_MAGIC (Results 1 – 2 of 2) sorted by relevance
13 #define JFS_MAGIC "JFS1" /* Magic word */ macro
303 if (strncmp(j_sb->s_magic, JFS_MAGIC, 4) || in chkSuper()