Home
last modified time | relevance | path

Searched refs:used_proto (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/ceph/
Dauth.h169 int used_proto, int result,
186 int peer_type, int used_proto, int result,
Dmessenger.h71 int used_proto, int result,
/Linux-v6.6/net/ceph/
Dauth.c508 int used_proto, int result, in ceph_auth_handle_bad_method() argument
513 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_method()
614 int peer_type, int used_proto, int result, in ceph_auth_handle_bad_authorizer() argument
619 WARN_ON(used_proto != ac->protocol); in ceph_auth_handle_bad_authorizer()
Dmon_client.c1414 int used_proto, int result, in mon_handle_auth_bad_method() argument
1424 ceph_auth_handle_bad_method(monc->auth, used_proto, result, in mon_handle_auth_bad_method()
Dmessenger_v2.c2294 int used_proto, result; in process_auth_bad_method() local
2303 ceph_decode_32_safe(&p, end, used_proto, bad); in process_auth_bad_method()
2305 dout("%s con %p used_proto %d result %d\n", __func__, con, used_proto, in process_auth_bad_method()
2331 ret = con->ops->handle_auth_bad_method(con, used_proto, result, in process_auth_bad_method()
Dosd_client.c5703 int used_proto, int result, in osd_handle_auth_bad_method() argument
5712 used_proto, result, in osd_handle_auth_bad_method()
/Linux-v6.6/fs/ceph/
Dmds_client.c5893 int used_proto, int result, in mds_handle_auth_bad_method() argument
5902 used_proto, result, in mds_handle_auth_bad_method()