Searched refs:authorizer_len (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/linux/ceph/ |
| D | msgr.h | 134 __le32 authorizer_len; member 144 __le32 authorizer_len; member
|
| D | messenger.h | 60 void **authorizer, int *authorizer_len); 64 void **authorizer, int *authorizer_len);
|
| /Linux-v5.15/net/ceph/ |
| D | mon_client.c | 1353 void **authorizer, int *authorizer_len) in mon_get_auth_request() argument 1366 *authorizer_len = 0; in mon_get_auth_request() 1373 void **authorizer, int *authorizer_len) in mon_handle_auth_reply_more() argument 1387 *authorizer_len = 0; in mon_handle_auth_reply_more()
|
| D | messenger_v1.c | 336 con->v1.out_connect.authorizer_len = 0; in get_connect_authorizer() 346 con->v1.out_connect.authorizer_len = in get_connect_authorizer() 670 size = le32_to_cpu(con->v1.in_reply.authorizer_len); in read_partial_connect() 760 int len = le32_to_cpu(con->v1.in_reply.authorizer_len); in process_connect()
|
| D | messenger_v2.c | 1266 int ctrl_len, authorizer_len; in prepare_auth_request() local 1277 &authorizer, &authorizer_len); in prepare_auth_request() 1289 authorizer_copy = alloc_conn_buf(con, authorizer_len); in prepare_auth_request() 1293 memcpy(authorizer_copy, authorizer, authorizer_len); in prepare_auth_request() 1296 authorizer_copy, authorizer_len, true); in prepare_auth_request() 1302 int ctrl_len, authorizer_len; in prepare_auth_request_more() local 1315 &authorizer, &authorizer_len); in prepare_auth_request_more() 1328 ctrl_len, authorizer, authorizer_len, true); in prepare_auth_request_more()
|
| D | osd_client.c | 5637 void **authorizer, int *authorizer_len) in osd_get_auth_request() argument 5650 *authorizer_len = auth->authorizer_buf_len; in osd_get_auth_request() 5657 void **authorizer, int *authorizer_len) in osd_handle_auth_reply_more() argument 5670 *authorizer_len = auth->authorizer_buf_len; in osd_handle_auth_reply_more()
|
| /Linux-v5.15/fs/ceph/ |
| D | mds_client.c | 5286 void **authorizer, int *authorizer_len) in mds_get_auth_request() argument 5299 *authorizer_len = auth->authorizer_buf_len; in mds_get_auth_request() 5306 void **authorizer, int *authorizer_len) in mds_handle_auth_reply_more() argument 5319 *authorizer_len = auth->authorizer_buf_len; in mds_handle_auth_reply_more()
|