ceph_msgpool 162 include/linux/ceph/messenger.h struct ceph_msgpool *pool; ceph_msgpool 18 include/linux/ceph/msgpool.h extern int ceph_msgpool_init(struct ceph_msgpool *pool, int type, ceph_msgpool 21 include/linux/ceph/msgpool.h extern void ceph_msgpool_destroy(struct ceph_msgpool *pool); ceph_msgpool 22 include/linux/ceph/msgpool.h extern struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *, ceph_msgpool 24 include/linux/ceph/msgpool.h extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *); ceph_msgpool 222 include/linux/ceph/osd_client.h struct ceph_msgpool msgpool_op; ceph_msgpool 223 include/linux/ceph/osd_client.h struct ceph_msgpool msgpool_op_reply;