Lines Matching refs:rbd_spec
187 struct rbd_spec { struct
397 struct rbd_spec *spec;
434 struct rbd_spec *parent_spec;
848 struct rbd_spec *spec;
1510 static void rbd_spec_put(struct rbd_spec *spec);
5129 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
5222 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
5230 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
5236 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
5238 struct rbd_spec *spec; in rbd_spec_alloc()
5253 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
5300 struct rbd_spec *spec) in __rbd_dev_create()
5355 struct rbd_spec *spec, in rbd_dev_create()
5711 struct rbd_spec *parent_spec; in rbd_dev_v2_parent_info()
5959 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
5989 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
6414 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
6510 *rbd_spec = pctx.spec; in rbd_add_parse_args()
6830 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
6983 struct rbd_spec *spec = NULL; in do_rbd_add()