Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
Dmon_client.c201 monc->m_auth->front_alloc_len); in __open_session()
263 void *const end = p + msg->front_alloc_len; in __send_subscribe()
749 void *end = p + msg->front_alloc_len; in handle_get_version_reply()
807 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version()
871 void *const end = p + msg->front_alloc_len; in handle_command_ack()
1172 monc->m_auth->front_alloc_len); in handle_auth_reply()
1210 monc->m_auth->front_alloc_len); in __validate_auth()
1327 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg()
1329 front_len, m->front_alloc_len, in mon_alloc_msg()
Dosd_client.c2045 void *const end = p + msg->front_alloc_len; in encode_request_partial()
2122 void *const end = p + msg->front_alloc_len; in encode_request_finish()
4197 end = p + msg->front_alloc_len; in create_backoff_message()
5472 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5475 req->r_reply->front_alloc_len); in get_reply()
Dmessenger.c3352 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new2()
3530 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
/Linux-v5.4/include/linux/ceph/
Dmessenger.h236 int front_alloc_len; member