Searched refs:front_alloc_len (Results 1 – 4 of 4) sorted by relevance
288 int front_alloc_len; member
1993 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()
2142 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()
2909 WARN_ON(front_len(msg) > msg->front_alloc_len); in __handle_control()