Lines Matching defs:opt
1474 struct ceph_options *opt = rbd_dev->rbd_client->client->options;
1476 osd_req->r_flags = CEPH_OSD_FLAG_READ | opt->read_from_replica;
6333 struct rbd_options *opt = pctx->opts;
6355 opt->queue_depth = result.uint_32;
6362 opt->alloc_size = result.uint_32;
6368 opt->lock_timeout = msecs_to_jiffies(result.uint_32 * 1000);
6378 opt->alloc_hint_flags &=
6383 opt->alloc_hint_flags |=
6385 opt->alloc_hint_flags &=
6389 opt->alloc_hint_flags |=
6391 opt->alloc_hint_flags &=
6399 opt->read_only = true;
6402 opt->read_only = false;
6405 opt->lock_on_read = true;
6408 opt->exclusive = true;
6411 opt->trim = false;