Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/crush/
Dcrush.h20 #define CRUSH_MAGIC 0x00010000ul /* for detecting algorithm revisions */ macro
/linux-4.1.27/net/ceph/
Dosdmap.c180 if (magic != CRUSH_MAGIC) { in crush_decode()
182 (unsigned int)magic, (unsigned int)CRUSH_MAGIC); in crush_decode()