Searched defs:IS_EFS_MAGIC (Results 1 – 3 of 3) sorted by relevance
20 #define IS_EFS_MAGIC(x) ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC)) macro