Home
last modified time | relevance | path

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

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