Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmessenger.h288 int front_alloc_len; member
/linux/net/ceph/
H A Dmessenger.c1993 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new2()
2205 pr_debug("msg_dump %p (front_alloc_len %d length %zd)\n", msg, in ceph_msg_dump()
2206 msg->front_alloc_len, msg->data_length); in ceph_msg_dump()
H A Dosd_client.c2142 void *const end = p + msg->front_alloc_len; in encode_request_partial()
2219 void *const end = p + msg->front_alloc_len; in encode_request_finish()
4372 end = p + msg->front_alloc_len; in create_backoff_message()
5433 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5436 req->r_reply->front_alloc_len); in get_reply()
H A Dmessenger_v2.c2909 WARN_ON(front_len(msg) > msg->front_alloc_len); in __handle_control()