Home
last modified time | relevance | path

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

/linux-5.19.10/net/ceph/
Dauth_none.c50 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_none_build_authorizer()
Dauth.c105 int ceph_auth_entity_name_encode(const char *name, void **p, void *end) in ceph_auth_entity_name_encode() function
147 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_build_hello()
458 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_get_request()
/linux-5.19.10/include/linux/ceph/
Dauth.h121 int ceph_auth_entity_name_encode(const char *name, void **p, void *end);