Searched refs:mode_cnt (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ceph/ |
| H A D | auth.c | 512 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_method() argument 523 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_method() 525 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_method() 618 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_authorizer() argument 630 if (!contains(allowed_modes, mode_cnt, ac->preferred_mode) && in ceph_auth_handle_bad_authorizer() 632 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_authorizer()
|
| H A D | mon_client.c | 1425 const int *allowed_modes, int mode_cnt) in mon_handle_auth_bad_method() argument 1435 allowed_modes, mode_cnt); in mon_handle_auth_bad_method()
|
| H A D | osd_client.c | 5657 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() argument 5666 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method()
|
| /linux/include/linux/ceph/ |
| H A D | auth.h | 171 const int *allowed_modes, int mode_cnt); 188 const int *allowed_modes, int mode_cnt);
|
| H A D | messenger.h | 74 const int *allowed_modes, int mode_cnt);
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 6459 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() argument 6468 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method()
|