Lines Matching refs:rbd_spec
187 struct rbd_spec { struct
397 struct rbd_spec *spec;
434 struct rbd_spec *parent_spec;
846 struct rbd_spec *spec;
1529 static void rbd_spec_put(struct rbd_spec *spec);
5173 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
5266 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
5274 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
5280 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
5282 struct rbd_spec *spec; in rbd_spec_alloc()
5297 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
5343 static struct rbd_device *__rbd_dev_create(struct rbd_spec *spec) in __rbd_dev_create()
5395 struct rbd_spec *spec, in rbd_dev_create()
5755 struct rbd_spec *parent_spec; in rbd_dev_setup_parent()
5972 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
6002 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
6430 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
6527 *rbd_spec = pctx.spec; in rbd_add_parse_args()
6835 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
7089 struct rbd_spec *spec = NULL; in do_rbd_add()