Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dmon_client.c159 monc->m_auth->front_alloc_len); in __open_session()
208 end = p + msg->front_alloc_len; in __send_subscribe()
640 void *end = p + msg->front_alloc_len; in handle_get_version_reply()
706 end = p + req->request->front_alloc_len; in ceph_monc_do_get_version()
931 monc->m_auth->front_alloc_len); in handle_auth_reply()
973 monc->m_auth->front_alloc_len); in __validate_auth()
1083 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg()
1085 front_len, m->front_alloc_len, in mon_alloc_msg()
Dosd_client.c2855 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
2858 req->r_reply->front_alloc_len); in get_reply()
Dmessenger.c3292 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new()
3462 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
/linux-4.4.14/include/linux/ceph/
Dmessenger.h163 int front_alloc_len; member