Searched refs:mode_cnt (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/ceph/ |
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()
|
D | mon_client.c | 1416 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()
|
D | osd_client.c | 5591 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() argument 5600 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method()
|
/linux-6.1.9/include/linux/ceph/ |
D | auth.h | 171 const int *allowed_modes, int mode_cnt); 188 const int *allowed_modes, int mode_cnt);
|
D | messenger.h | 72 const int *allowed_modes, int mode_cnt);
|
/linux-6.1.9/fs/ceph/ |
D | mds_client.c | 5472 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() argument 5481 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method()
|