Lines Matching refs:rbd_spec
187 struct rbd_spec { struct
397 struct rbd_spec *spec;
434 struct rbd_spec *parent_spec;
846 struct rbd_spec *spec;
1529 static void rbd_spec_put(struct rbd_spec *spec);
5172 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
5265 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
5273 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
5279 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
5281 struct rbd_spec *spec; in rbd_spec_alloc()
5296 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
5342 static struct rbd_device *__rbd_dev_create(struct rbd_spec *spec) in __rbd_dev_create()
5394 struct rbd_spec *spec, in rbd_dev_create()
5754 struct rbd_spec *parent_spec; in rbd_dev_setup_parent()
5971 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
6001 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
6429 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
6526 *rbd_spec = pctx.spec; in rbd_add_parse_args()
6829 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
7083 struct rbd_spec *spec = NULL; in do_rbd_add()