Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/rnbd/
H A Drnbd-srv.c802 static struct rtrs_srv_ctx *rtrs_ctx; variable
819 rtrs_ctx = rtrs_srv_open(&rtrs_ops, port_nr); in rnbd_srv_init_module()
820 if (IS_ERR(rtrs_ctx)) { in rnbd_srv_init_module()
822 return PTR_ERR(rtrs_ctx); in rnbd_srv_init_module()
828 rtrs_srv_close(rtrs_ctx); in rnbd_srv_init_module()
836 rtrs_srv_close(rtrs_ctx); in rnbd_srv_cleanup_module()