Home
last modified time | relevance | path

Searched refs:ceph_entity_name_encode (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ceph/
Dauth.c85 int ceph_entity_name_encode(const char *name, void **p, void *end) in ceph_entity_name_encode() function
127 ret = ceph_entity_name_encode(ac->name, &p, end); in ceph_auth_build_hello()
Dauth_none.c78 ret = ceph_entity_name_encode(ac->name, &p, end - 8); in ceph_auth_none_create_authorizer()
/linux-4.4.14/include/linux/ceph/
Dauth.h106 extern int ceph_entity_name_encode(const char *name, void **p, void *end);