Home
last modified time | relevance | path

Searched refs:used_proto (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/ceph/
H A Dauth.h169 int used_proto, int result,
186 int peer_type, int used_proto, int result,
H A Dmessenger.h72 int used_proto, int result,
/linux/net/ceph/
H A Dauth.c510 int used_proto, int result, in ceph_auth_handle_bad_method() argument
515 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_method()
616 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument
621 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_authorizer()
H A Dmon_client.c1425 int used_proto, int result, in mon_handle_auth_bad_method() argument
1435 ceph_auth_handle_bad_method(monc->auth, used_proto, result, in mon_handle_auth_bad_method()
H A Dmessenger_v2.c2270 int used_proto, result; in process_auth_bad_method()
2279 ceph_decode_32_safe(&p, end, used_proto, bad); in process_auth_bad_method()
2281 dout("%s con %p used_proto %d result %d\n", __func__, con, used_proto, in process_auth_bad_method()
2307 ret = con->ops->handle_auth_bad_method(con, used_proto, result, in process_auth_bad_method()
2265 int used_proto, result; process_auth_bad_method() local
H A Dosd_client.c5659 int used_proto, int result, in osd_handle_auth_bad_method()
5668 used_proto, result, in osd_handle_auth_bad_method()
5655 osd_handle_auth_bad_method(struct ceph_connection * con,int used_proto,int result,const int * allowed_protos,int proto_cnt,const int * allowed_modes,int mode_cnt) osd_handle_auth_bad_method() argument