Lines Matching refs:rbd_spec
187 struct rbd_spec { struct
397 struct rbd_spec *spec;
434 struct rbd_spec *parent_spec;
847 struct rbd_spec *spec;
1509 static void rbd_spec_put(struct rbd_spec *spec);
5125 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
5218 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
5226 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
5232 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
5234 struct rbd_spec *spec; in rbd_spec_alloc()
5249 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
5296 struct rbd_spec *spec) in __rbd_dev_create()
5351 struct rbd_spec *spec, in rbd_dev_create()
5707 struct rbd_spec *parent_spec; in rbd_dev_v2_parent_info()
5955 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
5985 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
6410 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
6507 *rbd_spec = pctx.spec; in rbd_add_parse_args()
6827 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
6980 struct rbd_spec *spec = NULL; in do_rbd_add()