Home
last modified time | relevance | path

Searched refs:allowed_modes (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/net/ceph/
Dauth.c510 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()
Dmessenger_v2.c2065 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()
Dmon_client.c1416 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()
Dosd_client.c5591 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/
Dauth.h171 const int *allowed_modes, int mode_cnt);
188 const int *allowed_modes, int mode_cnt);
Dmessenger.h72 const int *allowed_modes, int mode_cnt);
/linux-6.1.9/drivers/leds/flash/
Dleds-max77693.c99 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/
Dmds_client.c5472 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()