Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmsgr.h134 __le32 authorizer_len; member
144 __le32 authorizer_len; member
H A Dmessenger.h62 void **authorizer, int *authorizer_len);
66 void **authorizer, int *authorizer_len);
/linux/net/ceph/
H A Dmon_client.c1361 void **authorizer, int *authorizer_len) in mon_get_auth_request() argument
1374 *authorizer_len = 0; in mon_get_auth_request()
1381 void **authorizer, int *authorizer_len) in mon_handle_auth_reply_more() argument
1395 *authorizer_len = 0; in mon_handle_auth_reply_more()
H A Dmessenger_v1.c332 con->v1.out_connect.authorizer_len = 0; in get_connect_authorizer()
342 con->v1.out_connect.authorizer_len = in get_connect_authorizer()
660 size = le32_to_cpu(con->v1.in_reply.authorizer_len); in read_partial_connect()
750 int len = le32_to_cpu(con->v1.in_reply.authorizer_len); in process_connect()
H A Dmessenger_v2.c1367 int ctrl_len, authorizer_len; in prepare_auth_request() local
1378 &authorizer, &authorizer_len); in prepare_auth_request()
1390 authorizer_copy = alloc_conn_buf(con, authorizer_len); in prepare_auth_request()
1394 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request()
1397 authorizer_copy, authorizer_len, true); in prepare_auth_request()
1403 int ctrl_len, authorizer_len; in prepare_auth_request_more() local
1416 &authorizer, &authorizer_len); in prepare_auth_request_more()
1429 ctrl_len, authorizer, authorizer_len, true); in prepare_auth_request_more()
H A Dosd_client.c5603 void **authorizer, int *authorizer_len) in osd_get_auth_request() argument
5616 *authorizer_len = auth->authorizer_buf_len; in osd_get_auth_request()
5623 void **authorizer, int *authorizer_len) in osd_handle_auth_reply_more() argument
5636 *authorizer_len = auth->authorizer_buf_len; in osd_handle_auth_reply_more()
/linux/fs/ceph/
H A Dmds_client.c6402 void **authorizer, int *authorizer_len) in mds_get_auth_request() argument
6415 *authorizer_len = auth->authorizer_buf_len; in mds_get_auth_request()
6422 void **authorizer, int *authorizer_len) in mds_handle_auth_reply_more() argument
6435 *authorizer_len = auth->authorizer_buf_len; in mds_handle_auth_reply_more()