Home
last modified time | relevance | path

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

/net/ceph/
A Dmon_client.c1362 void **authorizer, int *authorizer_len) in mon_get_auth_request() argument
1375 *authorizer_len = 0; in mon_get_auth_request()
1382 void **authorizer, int *authorizer_len) in mon_handle_auth_reply_more() argument
1396 *authorizer_len = 0; in mon_handle_auth_reply_more()
A Dmessenger_v1.c336 con->v1.out_connect.authorizer_len = 0; in get_connect_authorizer()
346 con->v1.out_connect.authorizer_len = in get_connect_authorizer()
664 size = le32_to_cpu(con->v1.in_reply.authorizer_len); in read_partial_connect()
754 int len = le32_to_cpu(con->v1.in_reply.authorizer_len); in process_connect()
A Dmessenger_v2.c1390 int ctrl_len, authorizer_len; in prepare_auth_request() local
1401 &authorizer, &authorizer_len); in prepare_auth_request()
1413 authorizer_copy = alloc_conn_buf(con, authorizer_len); in prepare_auth_request()
1417 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request()
1420 authorizer_copy, authorizer_len, true); in prepare_auth_request()
1426 int ctrl_len, authorizer_len; in prepare_auth_request_more() local
1439 &authorizer, &authorizer_len); in prepare_auth_request_more()
1452 ctrl_len, authorizer, authorizer_len, true); in prepare_auth_request_more()
A Dosd_client.c5596 void **authorizer, int *authorizer_len) in osd_get_auth_request() argument
5609 *authorizer_len = auth->authorizer_buf_len; in osd_get_auth_request()
5616 void **authorizer, int *authorizer_len) in osd_handle_auth_reply_more() argument
5629 *authorizer_len = auth->authorizer_buf_len; in osd_handle_auth_reply_more()

Completed in 678 milliseconds