Home
last modified time | relevance | path

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

/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 Dmessenger_v2.c2291 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local
2319 if (allowed_mode_cnt > ARRAY_SIZE(allowed_modes)) { in process_auth_bad_method()
2320 pr_err("allowed_modes too big %d\n", allowed_mode_cnt); in process_auth_bad_method()
2324 ceph_decode_32_safe(&p, end, allowed_modes[i], bad); in process_auth_bad_method()
2325 dout("%s con %p allowed_modes[%d] %d\n", __func__, con, in process_auth_bad_method()
2326 i, allowed_modes[i]); in process_auth_bad_method()
2333 allowed_modes, in process_auth_bad_method()
/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);
/linux/fs/ceph/
H A Dmds_client.c6388 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() argument
6397 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method()