Lines Matching refs:rbd_spec
181 struct rbd_spec { struct
347 struct rbd_spec *spec;
374 struct rbd_spec *parent_spec;
783 struct rbd_spec *spec;
1571 static void rbd_spec_put(struct rbd_spec *spec);
4206 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
4296 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
4304 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
4310 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
4312 struct rbd_spec *spec; in rbd_spec_alloc()
4327 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
4374 struct rbd_spec *spec) in __rbd_dev_create()
4423 struct rbd_spec *spec, in rbd_dev_create()
4743 struct rbd_spec *parent_spec; in rbd_dev_v2_parent_info()
4991 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
5021 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
5311 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
5404 *rbd_spec = pctx.spec; in rbd_add_parse_args()
5703 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
5832 struct rbd_spec *spec = NULL; in do_rbd_add()