Home
last modified time | relevance | path

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

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