Home
last modified time | relevance | path

Searched refs:proto_cnt (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/ceph/
H A Dauth.h170 const int *allowed_protos, int proto_cnt,
187 const int *allowed_protos, int proto_cnt,
H A Dmessenger.h73 const int *allowed_protos, int proto_cnt,
/linux/net/ceph/
H A Dauth.c511 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_method() argument
518 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_method()
617 const int *allowed_protos, int proto_cnt, in ceph_auth_handle_bad_authorizer() argument
624 if (!contains(allowed_protos, proto_cnt, ac->protocol)) { in ceph_auth_handle_bad_authorizer()
H A Dmon_client.c1426 const int *allowed_protos, int proto_cnt, in mon_handle_auth_bad_method() argument
1436 allowed_protos, proto_cnt, in mon_handle_auth_bad_method()
H A Dosd_client.c5660 const int *allowed_protos, int proto_cnt, in osd_handle_auth_bad_method()
5669 allowed_protos, proto_cnt, in osd_handle_auth_bad_method()
5656 osd_handle_auth_bad_method(struct ceph_connection * con,int used_proto,int result,const int * allowed_protos,int proto_cnt,const int * allowed_modes,int mode_cnt) osd_handle_auth_bad_method() argument