Lines Matching refs:rbd_spec
187 struct rbd_spec { struct
397 struct rbd_spec *spec;
434 struct rbd_spec *parent_spec;
899 struct rbd_spec *spec;
1572 static void rbd_spec_put(struct rbd_spec *spec);
5202 struct rbd_spec *spec = rbd_dev->parent_spec; in rbd_parent_show()
5295 static struct rbd_spec *rbd_spec_get(struct rbd_spec *spec) in rbd_spec_get()
5303 static void rbd_spec_put(struct rbd_spec *spec) in rbd_spec_put()
5309 static struct rbd_spec *rbd_spec_alloc(void) in rbd_spec_alloc()
5311 struct rbd_spec *spec; in rbd_spec_alloc()
5326 struct rbd_spec *spec = container_of(kref, struct rbd_spec, kref); in rbd_spec_free()
5373 struct rbd_spec *spec) in __rbd_dev_create()
5428 struct rbd_spec *spec, in rbd_dev_create()
5784 struct rbd_spec *parent_spec; in rbd_dev_v2_parent_info()
6032 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_snap_id()
6062 struct rbd_spec *spec = rbd_dev->spec; in rbd_spec_fill_names()
6487 struct rbd_spec **rbd_spec) in rbd_add_parse_args() argument
6583 *rbd_spec = pctx.spec; in rbd_add_parse_args()
6903 struct rbd_spec *spec = rbd_dev->spec; in rbd_dev_header_name()
7056 struct rbd_spec *spec = NULL; in do_rbd_add()