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);
5181 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
5274 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
5282 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
5288 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
5290 struct rbd_spec *spec; in rbd_spec_alloc()
5305 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
5351 static struct rbd_device *__rbd_dev_create(struct rbd_spec *spec) in __rbd_dev_create()
5403 struct rbd_spec *spec, in rbd_dev_create()
5763 struct rbd_spec *parent_spec; in rbd_dev_setup_parent()
5980 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
6010 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
6438 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
6535 *rbd_spec = pctx.spec; in rbd_add_parse_args()
6838 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
7092 struct rbd_spec *spec = NULL; in do_rbd_add()