Home
last modified time | relevance | path

Searched refs:mode_cnt (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ceph/
H A 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()
H A Dmon_client.c1426 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()
H A Dosd_client.c5707 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() argument
5716 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method()
/openbmc/linux/include/linux/ceph/
H A Dauth.h171 const int *allowed_modes, int mode_cnt);
188 const int *allowed_modes, int mode_cnt);
H A Dmessenger.h73 const int *allowed_modes, int mode_cnt);
/openbmc/linux/fs/ceph/
H A Dmds_client.c5899 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() argument
5908 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method()