Searched refs:proto_cnt (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | auth.h | 170 const int *allowed_protos, int proto_cnt, 187 const int *allowed_protos, int proto_cnt,
|
| H A D | messenger.h | 73 const int *allowed_protos, int proto_cnt,
|
| /linux/net/ceph/ |
| H A D | auth.c | 511 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_method() argument 518 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method() 617 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_authorizer() argument 624 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
|
| H A D | mon_client.c | 1426 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument 1436 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
|
| H A D | osd_client.c | 5656 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method() argument 5665 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 6524 const int *allowed_protos, int proto_cnt, in mds_handle_auth_bad_method() argument 6533 allowed_protos, proto_cnt, in mds_handle_auth_bad_method()
|