Searched refs:proto_cnt (Results 1 – 3 of 3) sorted by relevance
| /net/ceph/ |
| A D | auth.c | 509 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_method() argument 516 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method() 615 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_authorizer() argument 622 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
|
| A D | mon_client.c | 1425 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument 1435 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
|
| A D | osd_client.c | 5649 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method() argument 5658 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
|
Completed in 22 milliseconds