Lines Matching refs:result
205 s32 result; in ceph_handle_auth_reply() local
217 result = ceph_decode_32(&p); in ceph_handle_auth_reply()
229 dout(" result %d '%.*s' gid %llu len %d\n", result, result_msg_len, in ceph_handle_auth_reply()
236 if (!protocol && result < 0) { in ceph_handle_auth_reply()
237 ret = result; in ceph_handle_auth_reply()
258 if (result) { in ceph_handle_auth_reply()
260 ceph_auth_proto_name(ac->protocol), result); in ceph_handle_auth_reply()
261 ret = result; in ceph_handle_auth_reply()
508 int used_proto, int result, in ceph_auth_handle_bad_method() argument
515 if (result == -EOPNOTSUPP) { in ceph_auth_handle_bad_method()
535 WARN_ON(result == -EOPNOTSUPP || result >= 0); in ceph_auth_handle_bad_method()
537 ceph_auth_proto_name(ac->protocol), result); in ceph_auth_handle_bad_method()
614 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument
621 if (result == -EOPNOTSUPP) { in ceph_auth_handle_bad_authorizer()
644 WARN_ON(result == -EOPNOTSUPP || result >= 0); in ceph_auth_handle_bad_authorizer()
647 ceph_entity_type_name(peer_type), result); in ceph_auth_handle_bad_authorizer()