Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dmessenger.h41 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, member
/linux-3.4.99/net/ceph/
Dosd_client.c2091 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() function
2193 .alloc_msg = alloc_msg,
Dmon_client.c1102 .alloc_msg = mon_alloc_msg,
Dmessenger.c2747 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()