Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmon_client.c177 BUG_ON(len > monc->m_auth->front_alloc_len); in __send_prepared_auth_request()
276 monc->m_auth->front_alloc_len); in __open_session()
338 void *const end = p + msg->front_alloc_len; in __send_subscribe()
824 void *end = p + msg->front_alloc_len; in handle_get_version_reply()
882 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version()
946 void *const end = p + msg->front_alloc_len; in handle_command_ack()
1325 monc->m_auth->front_alloc_len); in handle_auth_reply()
1343 monc->m_auth->front_alloc_len); in __validate_auth()
1539 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg()
1541 front_len, m->front_alloc_len, in mon_alloc_msg()
H A Dmessenger.c1993 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new2()
2205 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
H A Dosd_client.c2148 void *const end = p + msg->front_alloc_len; in encode_request_partial()
2225 void *const end = p + msg->front_alloc_len; in encode_request_finish()
4381 end = p + msg->front_alloc_len; in create_backoff_message()
5442 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5445 req->r_reply->front_alloc_len); in get_reply()
H A Dmessenger_v2.c2919 WARN_ON(front_len(msg) > msg->front_alloc_len); in __handle_control()
/linux/include/linux/ceph/
H A Dmessenger.h288 int front_alloc_len; member