Searched refs:used_proto (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ceph/ |
H A D | auth.h | 169 int used_proto, int result, 186 int peer_type, int used_proto, int result,
|
H A D | messenger.h | 71 int used_proto, int result,
|
/linux/net/ceph/ |
H A D | auth.c | 508 int used_proto, int result, in ceph_auth_handle_bad_method() argument 513 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_method() 614 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument 619 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_authorizer()
|
H A D | mon_client.c | 1424 int used_proto, int result, in mon_handle_auth_bad_method() argument 1434 ceph_auth_handle_bad_method(monc->auth, used_proto, result, in mon_handle_auth_bad_method()
|
H A D | messenger_v2.c | 2293 int used_proto, result; in process_auth_bad_method() local 2302 ceph_decode_32_safe(&p, end, used_proto, bad); in process_auth_bad_method() 2304 dout("%s con %p used_proto %d result %d\n", __func__, con, used_proto, in process_auth_bad_method() 2330 ret = con->ops->handle_auth_bad_method(con, used_proto, result, in process_auth_bad_method()
|
H A D | osd_client.c | 5671 int used_proto, int result, in osd_handle_auth_bad_method() argument 5680 used_proto, result, in osd_handle_auth_bad_method()
|
/linux/fs/ceph/ |
H A D | mds_client.c | 6384 int used_proto, int result, in mds_handle_auth_bad_method() argument 6393 used_proto, result, in mds_handle_auth_bad_method()
|