Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/crush/
H A Dcrush.h26 #define CRUSH_MAGIC 0x00010000ul /* for detecting algorithm revisions */ macro
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c442 if (magic != CRUSH_MAGIC) { in crush_decode()
444 (unsigned int)magic, (unsigned int)CRUSH_MAGIC); in crush_decode()