Searched refs:mode_cnt (Results 1 – 3 of 3) sorted by relevance
| /net/ceph/ |
| A D | auth.c | 510 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_method() argument 521 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_method() 523 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_method() 616 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_authorizer() argument 628 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_authorizer() 630 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_authorizer()
|
| A D | mon_client.c | 1426 const int *allowed_modes, int mode_cnt) in mon_handle_auth_bad_method() argument 1436 allowed_modes, mode_cnt); in mon_handle_auth_bad_method()
|
| A D | osd_client.c | 5650 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() argument 5659 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method()
|
Completed in 25 milliseconds