Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Drbd.c6398 * rbd_opts
7082 struct rbd_options *rbd_opts = NULL; in do_rbd_add() local
7094 rc = rbd_add_parse_args(buf, &ceph_opts, &rbd_opts, &spec); in do_rbd_add()
7113 rbd_dev = rbd_dev_create(rbdc, spec, rbd_opts); in do_rbd_add()
7120 rbd_opts = NULL; /* rbd_dev now owns this */ in do_rbd_add()
7186 kfree(rbd_opts); in do_rbd_add()