Searched refs:verify_authorizer_reply (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/net/ceph/
H A Dauth.c326 if (ac->ops && ac->ops->verify_authorizer_reply) ceph_auth_verify_authorizer_reply()
327 ret = ac->ops->verify_authorizer_reply(ac, a, len); ceph_auth_verify_authorizer_reply()
H A Dauth_x.c617 dout("verify_authorizer_reply nonce %llx got %llx ret %d\n", ceph_x_verify_authorizer_reply()
735 .verify_authorizer_reply = ceph_x_verify_authorizer_reply,
H A Dosd_client.c2964 static int verify_authorizer_reply(struct ceph_connection *con, int len) verify_authorizer_reply() function
3002 .verify_authorizer_reply = verify_authorizer_reply,
/linux-4.1.27/include/linux/ceph/
H A Dauth.h63 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, member in struct:ceph_auth_client_ops
H A Dmessenger.h32 int (*verify_authorizer_reply) (struct ceph_connection *con, int len); member in struct:ceph_connection_operations
/linux-4.1.27/fs/ceph/
H A Dmds_client.c3803 static int verify_authorizer_reply(struct ceph_connection *con, int len) verify_authorizer_reply() function
3863 .verify_authorizer_reply = verify_authorizer_reply,

Completed in 189 milliseconds