Searched refs:IS_EFS_MAGIC (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Defs_fs_sb.h20 #define IS_EFS_MAGIC(x) ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC)) macro
/linux-master/fs/efs/
H A Dsuper.c236 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic)))

Completed in 116 milliseconds