Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dauth.h91 extern int ceph_auth_build_hello(struct ceph_auth_client *ac,
/linux-3.4.99/net/ceph/
Dauth.c101 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello() function
263 ret = ceph_auth_build_hello(ac, msg_buf, msg_len); in ceph_build_auth()
Dmon_client.c153 ret = ceph_auth_build_hello(monc->auth, in __open_session()