Searched refs:CEPH_BANNER_V2_LEN (Results 1 – 2 of 2) sorted by relevance
27 #define CEPH_BANNER_V2_LEN 8 macro28 #define CEPH_BANNER_V2_PREFIX_LEN (CEPH_BANNER_V2_LEN + sizeof(__le16))
1184 int buf_len = CEPH_BANNER_V2_LEN + 2 + 8 + 8; in prepare_banner()1192 ceph_encode_copy(&p, CEPH_BANNER_V2, CEPH_BANNER_V2_LEN); in prepare_banner()2162 if (memcmp(p, CEPH_BANNER_V2, CEPH_BANNER_V2_LEN)) { in process_banner_prefix()2170 p += CEPH_BANNER_V2_LEN; in process_banner_prefix()