Lines Matching defs:rbd_spec
167 * an rbd_spec structure that encapsulates this identity.
169 * Each of the id's in an rbd_spec has an associated name. For a
176 * image. This pointer will refer to the rbd_spec structure used
187 struct rbd_spec {
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);
5179 struct rbd_spec *spec = rbd_dev->parent_spec;
5272 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec)
5280 static void rbd_spec_put(struct rbd_spec *spec)
5286 static struct rbd_spec *rbd_spec_alloc(void)
5288 struct rbd_spec *spec;
5303 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref);
5349 static struct rbd_device *__rbd_dev_create(struct rbd_spec *spec)
5401 struct rbd_spec *spec,
5761 struct rbd_spec *parent_spec;
5978 struct rbd_spec *spec = rbd_dev->spec;
6008 struct rbd_spec *spec = rbd_dev->spec;
6436 struct rbd_spec **rbd_spec)
6533 *rbd_spec = pctx.spec;
6841 struct rbd_spec *spec = rbd_dev->spec;
7095 struct rbd_spec *spec = NULL;