Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dmessenger.h31 struct ceph_auth_handshake *(*get_authorizer) ( member
/Linux-v5.10/fs/ceph/
Dmds_client.c5077 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() function
5177 .get_authorizer = get_authorizer,
/Linux-v5.10/net/ceph/
Dmessenger.c1410 if (!con->ops->get_authorizer) { in get_connect_authorizer()
1417 auth = con->ops->get_authorizer(con, &auth_proto, con->auth_retry); in get_connect_authorizer()
Dosd_client.c5582 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() function
5668 .get_authorizer = get_authorizer,