/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 510 const int *allowed_modes, int mode_cnt) in ceph_auth_handle_bad_method() 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() 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() 507 ceph_auth_handle_bad_method(struct ceph_auth_client *ac, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) ceph_auth_handle_bad_method() argument 613 ceph_auth_handle_bad_authorizer(struct ceph_auth_client *ac, int peer_type, int used_proto, int result, const int *allowed_protos, int proto_cnt, const int *allowed_modes, int mode_cnt) ceph_auth_handle_bad_authorizer() argument
|
H A D | messenger_v2.c | 2292 int allowed_protos[8], allowed_modes[8]; in process_auth_bad_method() local 2320 if (allowed_mode_cnt > ARRAY_SIZE(allowed_modes)) { in process_auth_bad_method() 2321 pr_err("allowed_modes too big %d\n", allowed_mode_cnt); in process_auth_bad_method() 2325 ceph_decode_32_safe(&p, end, allowed_modes[i], bad); in process_auth_bad_method() 2326 dout("%s con %p allowed_modes[%d] %d\n", __func__, con, in process_auth_bad_method() 2327 i, allowed_modes[i]); in process_auth_bad_method() 2334 allowed_modes, in process_auth_bad_method()
|
H A D | mon_client.c | 1416 const int *allowed_modes, int mode_cnt) in mon_handle_auth_bad_method() 1426 allowed_modes, mode_cnt); in mon_handle_auth_bad_method() 1413 mon_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) mon_handle_auth_bad_method() argument
|
H A D | osd_client.c | 5705 const int *allowed_modes, int mode_cnt) in osd_handle_auth_bad_method() 5714 allowed_modes, mode_cnt)) { in osd_handle_auth_bad_method() 5702 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
|
/kernel/linux/linux-6.6/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 | 73 const int *allowed_modes, int mode_cnt);
|
/kernel/linux/linux-5.10/drivers/leds/ |
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() 961 led->allowed_modes = MODE_FLASH_MASK; in max77693_led_probe()
|
/kernel/linux/linux-6.6/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() 961 led->allowed_modes = MODE_FLASH_MASK; in max77693_led_probe()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 5895 const int *allowed_modes, int mode_cnt) in mds_handle_auth_bad_method() 5904 allowed_modes, mode_cnt)) { in mds_handle_auth_bad_method() 5892 mds_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) mds_handle_auth_bad_method() argument
|