Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jfs/
Djfs_superblock.h24 #define JFS_MAGIC "JFS1" /* Magic word */ macro
Djfs_mount.c321 if (strncmp(j_sb->s_magic, JFS_MAGIC, 4) || in chkSuper()