Searched refs:CEPH_ENTITY_TYPE_CLIENT (Results 1 – 6 of 6) sorted by relevance
14 case CEPH_ENTITY_TYPE_CLIENT: return "client"; in ceph_entity_type_name()
111 ceph_encode_32(p, CEPH_ENTITY_TYPE_CLIENT); in ceph_auth_entity_name_encode()
1301 monc->client->msgr.inst.name.type = CEPH_ENTITY_TYPE_CLIENT; in finish_auth()
401 con->v1.out_connect.host_type = cpu_to_le32(CEPH_ENTITY_TYPE_CLIENT); in prepare_write_connect()
1380 ceph_encode_8(&p, CEPH_ENTITY_TYPE_CLIENT); in prepare_hello()
74 #define CEPH_ENTITY_TYPE_CLIENT 0x08 macro