Searched refs:front_alloc_len (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 203 monc->m_auth->front_alloc_len); in __open_session() 265 void *const end = p + msg->front_alloc_len; in __send_subscribe() 751 void *end = p + msg->front_alloc_len; in handle_get_version_reply() 809 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version() 873 void *const end = p + msg->front_alloc_len; in handle_command_ack() 1221 monc->m_auth->front_alloc_len); in handle_auth_reply() 1259 monc->m_auth->front_alloc_len); in __validate_auth() 1373 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg() 1375 front_len, m->front_alloc_len, in mon_alloc_msg()
|
H A D | osd_client.c | 2084 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() 4305 end = p + msg->front_alloc_len; in create_backoff_message() 5421 if (front_len > req->r_reply->front_alloc_len) { in get_reply() 5424 req->r_reply->front_alloc_len); in get_reply()
|
H A D | messenger.c | 3353 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new2() 3530 pr_debug("msg_dump %p (front_alloc_len %d length %zd)\n", msg, in ceph_msg_dump() 3531 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | mon_client.c | 274 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() 1314 monc->m_auth->front_alloc_len); in handle_auth_reply() 1332 monc->m_auth->front_alloc_len); in __validate_auth() 1528 } else if (front_len > m->front_alloc_len) { in mon_alloc_msg() 1530 front_len, m->front_alloc_len, in mon_alloc_msg()
|
H A D | messenger.c | 1991 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new2() 2201 pr_debug("msg_dump %p (front_alloc_len %d length %zd)\n", msg, in ceph_msg_dump() 2202 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
|
H A D | osd_client.c | 2165 void *const end = p + msg->front_alloc_len; in encode_request_partial() 2242 void *const end = p + msg->front_alloc_len; in encode_request_finish() 4395 end = p + msg->front_alloc_len; in create_backoff_message() 5490 if (front_len > req->r_reply->front_alloc_len) { in get_reply() 5493 req->r_reply->front_alloc_len); in get_reply()
|
H A D | messenger_v2.c | 2939 WARN_ON(front_len(msg) > msg->front_alloc_len); in __handle_control()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | messenger.h | 237 int front_alloc_len; member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | messenger.h | 287 int front_alloc_len; member
|
Completed in 31 milliseconds