Home
last modified time | relevance | path

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

/linux/drivers/block/rnbd/
H A Drnbd-srv.c822 static struct rtrs_srv_ctx *rtrs_ctx; variable
839 rtrs_ctx = rtrs_srv_open(&rtrs_ops, port_nr); in rnbd_srv_init_module()
840 if (IS_ERR(rtrs_ctx)) { in rnbd_srv_init_module()
841 pr_err("rtrs_srv_open(), err: %pe\n", rtrs_ctx); in rnbd_srv_init_module()
842 return PTR_ERR(rtrs_ctx); in rnbd_srv_init_module()
848 rtrs_srv_close(rtrs_ctx); in rnbd_srv_init_module()
856 rtrs_srv_close(rtrs_ctx); in rnbd_srv_cleanup_module()