Home
last modified time | relevance | path

Searched refs:fallback_mode (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/ceph/
A Dauth.c74 ac->fallback_mode = con_modes[1]; in ceph_auth_init()
77 ac->name, ac->preferred_mode, ac->fallback_mode); in ceph_auth_init()
332 *fallb_mode = ac->fallback_mode; in __ceph_auth_get_authorizer()
522 (ac->fallback_mode == CEPH_CON_MODE_UNKNOWN || in ceph_auth_handle_bad_method()
523 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_method()
526 if (ac->fallback_mode == CEPH_CON_MODE_UNKNOWN) in ceph_auth_handle_bad_method()
530 ceph_con_mode_name(ac->fallback_mode)); in ceph_auth_handle_bad_method()
629 (ac->fallback_mode == CEPH_CON_MODE_UNKNOWN || in ceph_auth_handle_bad_authorizer()
630 !contains(allowed_modes, mode_cnt, ac->fallback_mode))) { in ceph_auth_handle_bad_authorizer()
634 if (ac->fallback_mode == CEPH_CON_MODE_UNKNOWN) in ceph_auth_handle_bad_authorizer()
[all …]
/linux-6.3-rc2/include/linux/ceph/
A Dauth.h102 int fallback_mode; /* ditto */ member

Completed in 5 milliseconds