Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmon_client.c274 monc->m_auth->front_alloc_len); in __open_session()
336 void *const end = p + msg->front_alloc_len; in __send_subscribe()
822 void *end = p + msg->front_alloc_len; in handle_get_version_reply()
880 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version()
944 void *const end = p + msg->front_alloc_len; in handle_command_ack()
1324 monc->m_auth->front_alloc_len); in handle_auth_reply()
1342 monc->m_auth->front_alloc_len); in __validate_auth()
1538 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg()
1540 front_len, m->front_alloc_len, in mon_alloc_msg()
H A Dmessenger_v2.c2938 WARN_ON(front_len(msg) > msg->front_alloc_len); in __handle_control()
/linux/include/linux/ceph/
H A Dmessenger.h287 int front_alloc_len; member