Searched refs:allowed_modes (Results 1 – 8 of 8) 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 | 1427 const int *allowed_modes, int mode_cnt) in mon_handle_auth_bad_method() argument 1437 allowed_modes, mode_cnt); in mon_handle_auth_bad_method()
|
| H A D | messenger_v2.c | 2263 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local 2291 if (allowed_mode_cnt > ARRAY_SIZE(allowed_modes)) { in process_auth_bad_method() 2296 ceph_decode_32_safe(&p, end, allowed_modes[i], bad); in process_auth_bad_method() 2298 i, allowed_modes[i]); in process_auth_bad_method() 2305 allowed_modes, in process_auth_bad_method()
|
| H A D | osd_client.c | 5660 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() 5669 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method() 5657 osd_handle_auth_bad_method(struct ceph_connection * con,int used_proto,int result,const int * allowed_protos,int proto_cnt,const int * allowed_modes,int mode_cnt) osd_handle_auth_bad_method() argument
|
| /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/drivers/leds/flash/ |
| H A 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() 956 led->allowed_modes = MODE_FLASH_MASK; in max77693_led_probe()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 7294 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() argument 7303 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method()
|