Lines Matching refs:opts
351 struct rbd_options *opts; member
3163 struct ceph_options *opts = osdc->client->options; in rbd_obj_watch_request_helper() local
3190 ret = rbd_obj_request_wait_timeout(obj_request, opts->mount_timeout); in rbd_obj_watch_request_helper()
3747 rbd_dev->tag_set.queue_depth = rbd_dev->opts->queue_depth; in rbd_init_disk()
4044 bool need_put = !!rbd_dev->opts; in rbd_dev_release()
4048 kfree(rbd_dev->opts); in rbd_dev_release()
4062 struct rbd_options *opts) in rbd_dev_create() argument
4083 rbd_dev->opts = opts; in rbd_dev_create()
4097 if (rbd_dev->opts) in rbd_dev_create()
4868 struct rbd_options **opts, in rbd_add_parse_args() argument
4958 *opts = rbd_opts; in rbd_add_parse_args()
4977 struct ceph_options *opts = rbdc->client->options; in rbd_add_get_pool_id() local
4994 opts->mount_timeout); in rbd_add_get_pool_id()
5454 read_only = rbd_dev->opts->read_only; in do_rbd_add()