Home
last modified time | relevance | path

Searched refs:__ceph_auth_get_authorizer (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/net/ceph/
Dauth.c308 int __ceph_auth_get_authorizer(struct ceph_auth_client *ac, in __ceph_auth_get_authorizer() function
339 EXPORT_SYMBOL(__ceph_auth_get_authorizer);
557 ret = __ceph_auth_get_authorizer(ac, auth, peer_type, true, &proto, in ceph_auth_get_authorizer()
Dosd_client.c5594 ret = __ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_OSD, in osd_get_authorizer()
/Linux-v5.15/include/linux/ceph/
Dauth.h127 int __ceph_auth_get_authorizer(struct ceph_auth_client *ac,
/Linux-v5.15/fs/ceph/
Dmds_client.c5242 ret = __ceph_auth_get_authorizer(ac, auth, CEPH_ENTITY_TYPE_MDS, in mds_get_authorizer()