Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dauth.h85 extern int ceph_entity_name_encode(const char *name, void **p, void *end);
/linux-2.6.39/net/ceph/
Dauth.c82 int ceph_entity_name_encode(const char *name, void **p, void *end) in ceph_entity_name_encode() function
123 ret = ceph_entity_name_encode(ac->name, &p, end); in ceph_auth_build_hello()
Dauth_none.c75 ret = ceph_entity_name_encode(ac->name, &p, end - 8); in ceph_auth_none_create_authorizer()