Home
last modified time | relevance | path

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

/spdk/module/bdev/rbd/
H A Dbdev_rbd.c26 struct bdev_rbd_pool_ctx { struct
31 STAILQ_ENTRY(bdev_rbd_pool_ctx) link; argument
34 static STAILQ_HEAD(, bdev_rbd_pool_ctx) g_map_bdev_rbd_pool_ctx = STAILQ_HEAD_INITIALIZER(
50 struct bdev_rbd_pool_ctx *ctx;
164 bdev_rbd_put_pool_ctx(struct bdev_rbd_pool_ctx *entry) in bdev_rbd_put_pool_ctx()
172 STAILQ_REMOVE(&g_map_bdev_rbd_pool_ctx, entry, bdev_rbd_pool_ctx, link); in bdev_rbd_put_pool_ctx()
357 bdev_rbd_get_pool_ctx(rados_t *cluster_p, const char *name, struct bdev_rbd_pool_ctx **ctx) in bdev_rbd_get_pool_ctx()
359 struct bdev_rbd_pool_ctx *entry; in bdev_rbd_get_pool_ctx()