Lines Matching refs:rbd_spec
179 struct rbd_spec { struct
349 struct rbd_spec *spec;
358 struct rbd_spec *parent_spec;
427 static void rbd_spec_put(struct rbd_spec *spec);
2076 static void rbd_spec_put(struct rbd_spec *spec);
3924 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
4004 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
4012 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
4018 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
4020 struct rbd_spec *spec; in rbd_spec_alloc()
4035 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
4045 struct rbd_spec *spec) in rbd_dev_create()
4203 struct rbd_spec *parent_spec; in rbd_dev_v2_parent_info()
4490 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
4520 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
4899 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
4906 struct rbd_spec *spec = NULL; in rbd_add_parse_args()
4988 *rbd_spec = spec; in rbd_add_parse_args()
5280 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
5408 struct rbd_spec *spec = NULL; in do_rbd_add()