Searched refs:vh_magic (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ | ||
D | efs_vh.h | 31 __be32 vh_magic; /* identifies volume header */ member |
/linux-4.1.27/fs/efs/ | ||
D | super.c | 167 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit() |