Searched refs:ceph_msgpool (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmsgpool.h11 struct ceph_msgpool { struct
17 extern int ceph_msgpool_init(struct ceph_msgpool *pool,
20 extern void ceph_msgpool_destroy(struct ceph_msgpool *pool);
21 extern struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *,
23 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
H A Dmsgpool.c12 struct ceph_msgpool *pool = arg;
26 int ceph_msgpool_init(struct ceph_msgpool *pool,
37 void ceph_msgpool_destroy(struct ceph_msgpool *pool)
42 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool,
57 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg)
H A Dosd_client.h109 struct ceph_msgpool msgpool_op;
110 struct ceph_msgpool msgpool_op_reply;
H A Dmessenger.h90 struct ceph_msgpool *pool;

Completed in 50 milliseconds