Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dmsgr.h134 __le32 authorizer_len; member
144 __le32 authorizer_len; member
Dmessenger.h61 void **authorizer, int *authorizer_len);
65 void **authorizer, int *authorizer_len);
/Linux-v6.6/net/ceph/
Dmon_client.c1352 void **authorizer, int *authorizer_len) in mon_get_auth_request() argument
1365 *authorizer_len = 0; in mon_get_auth_request()
1372 void **authorizer, int *authorizer_len) in mon_handle_auth_reply_more() argument
1386 *authorizer_len = 0; in mon_handle_auth_reply_more()
Dmessenger_v1.c335 con->v1.out_connect.authorizer_len = 0; in get_connect_authorizer()
345 con->v1.out_connect.authorizer_len = in get_connect_authorizer()
663 size = le32_to_cpu(con->v1.in_reply.authorizer_len); in read_partial_connect()
753 int len = le32_to_cpu(con->v1.in_reply.authorizer_len); in process_connect()
Dmessenger_v2.c1394 int ctrl_len, authorizer_len; in prepare_auth_request() local
1405 &authorizer, &authorizer_len); in prepare_auth_request()
1417 authorizer_copy = alloc_conn_buf(con, authorizer_len); in prepare_auth_request()
1421 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request()
1424 authorizer_copy, authorizer_len, true); in prepare_auth_request()
1430 int ctrl_len, authorizer_len; in prepare_auth_request_more() local
1443 &authorizer, &authorizer_len); in prepare_auth_request_more()
1456 ctrl_len, authorizer, authorizer_len, true); in prepare_auth_request_more()
Dosd_client.c5651 void **authorizer, int *authorizer_len) in osd_get_auth_request() argument
5664 *authorizer_len = auth->authorizer_buf_len; in osd_get_auth_request()
5671 void **authorizer, int *authorizer_len) in osd_handle_auth_reply_more() argument
5684 *authorizer_len = auth->authorizer_buf_len; in osd_handle_auth_reply_more()
/Linux-v6.6/fs/ceph/
Dmds_client.c5841 void **authorizer, int *authorizer_len) in mds_get_auth_request() argument
5854 *authorizer_len = auth->authorizer_buf_len; in mds_get_auth_request()
5861 void **authorizer, int *authorizer_len) in mds_handle_auth_reply_more() argument
5874 *authorizer_len = auth->authorizer_buf_len; in mds_handle_auth_reply_more()