Lines Matching refs:bdev_rbd
37 struct bdev_rbd { struct
58 TAILQ_ENTRY(bdev_rbd) tailq; argument
66 struct bdev_rbd *disk; argument
98 struct bdev_rbd *rbd = arg; in _rbd_update_callback()
180 bdev_rbd_free(struct bdev_rbd *rbd) in bdev_rbd_free()
342 struct bdev_rbd *rbd = arg; in bdev_rbd_cluster_handle()
409 struct bdev_rbd *rbd = arg; in bdev_rbd_init_context()
450 bdev_rbd_init(struct bdev_rbd *rbd) in bdev_rbd_init()
533 _bdev_rbd_start_aio(struct bdev_rbd *disk, struct spdk_bdev_io *bdev_io, in _bdev_rbd_start_aio()
607 struct bdev_rbd *disk = (struct bdev_rbd *)bdev_io->bdev->ctxt; in bdev_rbd_start_aio()
641 struct bdev_rbd *disk = cb_arg; in bdev_rbd_check_outstanding_ios()
662 struct bdev_rbd *disk = arg; in bdev_rbd_reset_timer()
675 struct bdev_rbd *disk = (struct bdev_rbd *)bdev_io->bdev->ctxt; in bdev_rbd_reset()
690 struct bdev_rbd *rbd = io_device; in _bdev_rbd_destruct_done()
701 struct bdev_rbd *rbd = io_device; in bdev_rbd_free_cb()
722 struct bdev_rbd *rbd = ctx; in _bdev_rbd_destruct()
730 struct bdev_rbd *rbd = ctx; in bdev_rbd_destruct()
818 struct bdev_rbd *disk = io_device; in bdev_rbd_create_cb()
838 struct bdev_rbd *rbd_bdev = ctx; in bdev_rbd_get_io_channel()
884 struct bdev_rbd *rbd_bdev = ctx; in bdev_rbd_dump_info_json()
921 struct bdev_rbd *rbd = bdev->ctxt; in bdev_rbd_write_config_json()
1287 struct bdev_rbd *rbd; in bdev_rbd_create()
1294 rbd = calloc(1, sizeof(struct bdev_rbd)); in bdev_rbd_create()
1398 struct bdev_rbd *rbd; in bdev_rbd_resize()
1422 rbd = SPDK_CONTAINEROF(bdev, struct bdev_rbd, disk); in bdev_rbd_resize()
1465 SPDK_LOG_REGISTER_COMPONENT(bdev_rbd)