Home
last modified time | relevance | path

Searched refs:allowed_modes (Results 1 – 4 of 4) sorted by relevance

/net/ceph/
Dauth.c510 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()
Dmessenger_v2.c2076 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local
2104 if (allowed_mode_cnt > ARRAY_SIZE(allowed_modes)) { in process_auth_bad_method()
2109 ceph_decode_32_safe(&p, end, allowed_modes[i], bad); in process_auth_bad_method()
2111 i, allowed_modes[i]); in process_auth_bad_method()
2118 allowed_modes, in process_auth_bad_method()
Dmon_client.c1416 const int *allowed_modes, int mode_cnt) in mon_handle_auth_bad_method() argument
1426 allowed_modes, mode_cnt); in mon_handle_auth_bad_method()
Dosd_client.c5599 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() argument
5608 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method()