Lines Matching refs:rbd_spec
182 struct rbd_spec { struct
350 struct rbd_spec *spec;
360 struct rbd_spec *parent_spec;
430 static void rbd_spec_put(struct rbd_spec *spec);
2102 static void rbd_spec_put(struct rbd_spec *spec);
3923 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
4001 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
4009 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
4015 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
4017 struct rbd_spec *spec; in rbd_spec_alloc()
4032 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
4061 struct rbd_spec *spec, in rbd_dev_create()
4231 struct rbd_spec *parent_spec; in rbd_dev_v2_parent_info()
4508 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
4538 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
4869 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
4876 struct rbd_spec *spec = NULL; in rbd_add_parse_args()
4959 *rbd_spec = spec; in rbd_add_parse_args()
5263 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
5402 struct rbd_spec *spec = NULL; in do_rbd_add()