Lines Matching defs:opt
1411 struct ceph_options *opt = rbd_dev->rbd_client->client->options;
1413 osd_req->r_flags = CEPH_OSD_FLAG_READ | opt->read_from_replica;
6260 struct rbd_options *opt = pctx->opts;
6282 opt->queue_depth = result.uint_32;
6289 opt->alloc_size = result.uint_32;
6295 opt->lock_timeout = msecs_to_jiffies(result.uint_32 * 1000);
6305 opt->alloc_hint_flags &=
6310 opt->alloc_hint_flags |=
6312 opt->alloc_hint_flags &=
6316 opt->alloc_hint_flags |=
6318 opt->alloc_hint_flags &=
6326 opt->read_only = true;
6329 opt->read_only = false;
6332 opt->lock_on_read = true;
6335 opt->exclusive = true;
6338 opt->trim = false;