Lines Matching refs:fallback_mode
74 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()
450 ret = encode_con_modes(&p, end, ac->preferred_mode, ac->fallback_mode); in ceph_auth_get_request()
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()
638 ceph_con_mode_name(ac->fallback_mode), in ceph_auth_handle_bad_authorizer()