CEPH_BANNER_V2_LEN
#define CEPH_BANNER_V2_PREFIX_LEN (CEPH_BANNER_V2_LEN + sizeof(__le16))
int buf_len = CEPH_BANNER_V2_LEN + 2 + 8 + 8;
ceph_encode_copy(&p, CEPH_BANNER_V2, CEPH_BANNER_V2_LEN);
if (memcmp(p, CEPH_BANNER_V2, CEPH_BANNER_V2_LEN)) {
p += CEPH_BANNER_V2_LEN;