Home
last modified time | relevance | path

Searched refs:CEPH_ENTITY_TYPE_CLIENT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ceph/
H A Dceph_strings.c14 case CEPH_ENTITY_TYPE_CLIENT: return "client"; in ceph_entity_type_name()
H A Dauth.c111 ceph_encode_32(p, CEPH_ENTITY_TYPE_CLIENT); in ceph_auth_entity_name_encode()
H A Dmon_client.c1301 monc->client->msgr.inst.name.type = CEPH_ENTITY_TYPE_CLIENT; in finish_auth()
H A Dmessenger_v1.c401 con->v1.out_connect.host_type = cpu_to_le32(CEPH_ENTITY_TYPE_CLIENT); in prepare_write_connect()
H A Dmessenger_v2.c1380 ceph_encode_8(&p, CEPH_ENTITY_TYPE_CLIENT); in prepare_hello()
/openbmc/linux/include/linux/ceph/
H A Dmsgr.h74 #define CEPH_ENTITY_TYPE_CLIENT 0x08 macro