Searched refs:alloc_msg (Results 1 – 4 of 4) sorted by relevance
41 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, member
2091 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() function2193 .alloc_msg = alloc_msg,
1102 .alloc_msg = mon_alloc_msg,
2747 if (con->ops->alloc_msg) { in ceph_con_in_msg_alloc()2751 msg = con->ops->alloc_msg(con, hdr, skip); in ceph_con_in_msg_alloc()