Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1209 monc->m_auth->front_alloc_len); in handle_auth_reply()
1247 monc->m_auth->front_alloc_len); in __validate_auth()
1361 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg()
1363 front_len, m->front_alloc_len, in mon_alloc_msg()
Dosd_client.c2084 void *const end = p + msg->front_alloc_len; in encode_request_partial()
2161 void *const end = p + msg->front_alloc_len; in encode_request_finish()
4298 end = p + msg->front_alloc_len; in create_backoff_message()
5413 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5416 req->r_reply->front_alloc_len); in get_reply()
Dmessenger.c3353 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new2()
3531 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
/kernel/linux/linux-5.10/include/linux/ceph/
Dmessenger.h237 int front_alloc_len; member