Home
last modified time | relevance | path

Searched refs:ANODE_MAGIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dhpfs.h490 #define ANODE_MAGIC 0x37e40aae macro
H A Dmap.c227 if (le32_to_cpu(anode->magic) != ANODE_MAGIC) { in hpfs_map_anode()
H A Dalloc.c481 a->magic = cpu_to_le32(ANODE_MAGIC); in hpfs_alloc_anode()