Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dauth_none.h25 int ceph_auth_none_init(struct ceph_auth_client *ac);
H A Dauth_none.c131 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init() function
H A Dauth.c30 return ceph_auth_none_init(ac); in init_protocol()