Searched refs:rbd_opts (Results 1 – 1 of 1) sorted by relevance
763 struct rbd_options *rbd_opts = private; in parse_rbd_opts_token() local787 rbd_opts->queue_depth = intval; in parse_rbd_opts_token()790 rbd_opts->read_only = true; in parse_rbd_opts_token()793 rbd_opts->read_only = false; in parse_rbd_opts_token()4877 struct rbd_options *rbd_opts = NULL; in rbd_add_parse_args() local4941 rbd_opts = kzalloc(sizeof (*rbd_opts), GFP_KERNEL); in rbd_add_parse_args()4942 if (!rbd_opts) in rbd_add_parse_args()4945 rbd_opts->read_only = RBD_READ_ONLY_DEFAULT; in rbd_add_parse_args()4946 rbd_opts->queue_depth = RBD_QUEUE_DEPTH_DEFAULT; in rbd_add_parse_args()4950 parse_rbd_opts_token, rbd_opts); in rbd_add_parse_args()[all …]