Home
last modified time | relevance | path

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

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