/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 508 int used_proto, int result, in ceph_auth_handle_bad_method() 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() 619 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_authorizer() 507 ceph_auth_handle_bad_method(struct ceph_auth_client *ac, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) ceph_auth_handle_bad_method() argument 613 ceph_auth_handle_bad_authorizer(struct ceph_auth_client *ac, int peer_type, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) ceph_auth_handle_bad_authorizer() argument
|
H A D | mon_client.c | 1414 int used_proto, int result, in mon_handle_auth_bad_method() 1424 ceph_auth_handle_bad_method(monc->auth, used_proto, result, in mon_handle_auth_bad_method() 1413 mon_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) mon_handle_auth_bad_method() argument
|
H A D | messenger_v2.c | 2294 int used_proto, result; in process_auth_bad_method() local 2303 ceph_decode_32_safe(&p, end, used_proto, bad); in process_auth_bad_method() 2305 dout("%s con %p used_proto %d result %d\n", __func__, con, used_proto, in process_auth_bad_method() 2331 ret = con->ops->handle_auth_bad_method(con, used_proto, result, in process_auth_bad_method()
|
H A D | osd_client.c | 5703 int used_proto, int result, in osd_handle_auth_bad_method() 5712 used_proto, result, in osd_handle_auth_bad_method() 5702 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
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 5893 int used_proto, int result, in mds_handle_auth_bad_method() 5902 used_proto, result, in mds_handle_auth_bad_method() 5892 mds_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) mds_handle_auth_bad_method() argument
|