Searched refs:allowed_modes (Results 1 – 8 of 8) 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 | messenger_v2.c | 2065 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local 2093 if (allowed_mode_cnt > ARRAY_SIZE(allowed_modes)) { in process_auth_bad_method() 2098 ceph_decode_32_safe(&p, end, allowed_modes[i], bad); in process_auth_bad_method() 2100 i, allowed_modes[i]); in process_auth_bad_method() 2107 allowed_modes, in process_auth_bad_method()
|
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/drivers/leds/flash/ |
D | leds-max77693.c | 99 u8 allowed_modes; member 199 new_mode_flags &= led->allowed_modes; in max77693_add_mode() 236 led->allowed_modes |= (MODE_FLASH(fled_id) | in max77693_add_allowed_modes() 239 led->allowed_modes |= MODE_TORCH(fled_id); in max77693_add_allowed_modes() 256 led->allowed_modes &= ~MODE_FLASH_MASK; in max77693_distribute_currents() 258 led->allowed_modes &= ~MODE_TORCH_MASK; in max77693_distribute_currents() 961 led->allowed_modes = MODE_FLASH_MASK; in max77693_led_probe()
|
/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()
|