Searched refs:CEPHX_ENC_MAGIC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth_x_protocol.h83 #define CEPHX_ENC_MAGIC 0xff009cad8826aa55ull macro
H A Dauth_x.c52 .magic = cpu_to_le64(CEPHX_ENC_MAGIC)
81 if (head.struct_v != 1 || le64_to_cpu(head.magic) != CEPHX_ENC_MAGIC)

Completed in 47 milliseconds