Lines Matching refs:vd_node
7015 vds_do_get_ldc_id(md_t *md, mde_cookie_t vd_node, mde_cookie_t *channel, in vds_do_get_ldc_id() argument
7022 if ((num_channels = md_scan_dag(md, vd_node, in vds_do_get_ldc_id()
7044 vds_get_ldc_id(md_t *md, mde_cookie_t vd_node, uint64_t *ldc_id) in vds_get_ldc_id() argument
7057 status = vds_do_get_ldc_id(md, vd_node, channel, ldc_id); in vds_get_ldc_id()
7087 vds_get_options(md_t *md, mde_cookie_t vd_node, uint64_t *options) in vds_get_options() argument
7094 if (md_get_prop_data(md, vd_node, VD_BLOCK_DEVICE_OPTS, in vds_get_options()
7219 vds_add_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) in vds_add_vd() argument
7224 if (md_get_prop_val(md, vd_node, VD_ID_PROP, &id) != 0) { in vds_add_vd()
7229 if (md_get_prop_str(md, vd_node, VD_BLOCK_DEVICE_PROP, in vds_add_vd()
7235 vds_get_options(md, vd_node, &options); in vds_add_vd()
7237 if (vds_get_ldc_id(md, vd_node, &ldc_id) != 0) { in vds_add_vd()
7251 vds_remove_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) in vds_remove_vd() argument
7256 if (md_get_prop_val(md, vd_node, VD_ID_PROP, &id) != 0) { in vds_remove_vd()