Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/rnbd/
H A Drnbd-srv.c813 static struct rtrs_srv_ops rtrs_ops; variable
824 rtrs_ops = (struct rtrs_srv_ops) { in rnbd_srv_init_module()
828 rtrs_ctx = rtrs_srv_open(&rtrs_ops, port_nr); in rnbd_srv_init_module()
H A Drnbd-clt.c1236 struct rtrs_clt_ops rtrs_ops; in find_and_get_or_create_sess() local
1259 rtrs_ops = (struct rtrs_clt_ops) { in find_and_get_or_create_sess()
1266 sess->rtrs = rtrs_clt_open(&rtrs_ops, sessname, in find_and_get_or_create_sess()