Lines Matching refs:vd_node
7020 vds_do_get_ldc_id(md_t *md, mde_cookie_t vd_node, mde_cookie_t *channel, in vds_do_get_ldc_id() argument
7027 if ((num_channels = md_scan_dag(md, vd_node, in vds_do_get_ldc_id()
7049 vds_get_ldc_id(md_t *md, mde_cookie_t vd_node, uint64_t *ldc_id) in vds_get_ldc_id() argument
7062 status = vds_do_get_ldc_id(md, vd_node, channel, ldc_id); in vds_get_ldc_id()
7092 vds_get_options(md_t *md, mde_cookie_t vd_node, uint64_t *options) in vds_get_options() argument
7099 if (md_get_prop_data(md, vd_node, VD_BLOCK_DEVICE_OPTS, in vds_get_options()
7224 vds_add_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) in vds_add_vd() argument
7229 if (md_get_prop_val(md, vd_node, VD_ID_PROP, &id) != 0) { in vds_add_vd()
7234 if (md_get_prop_str(md, vd_node, VD_BLOCK_DEVICE_PROP, in vds_add_vd()
7240 vds_get_options(md, vd_node, &options); in vds_add_vd()
7242 if (vds_get_ldc_id(md, vd_node, &ldc_id) != 0) { in vds_add_vd()
7256 vds_remove_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node) in vds_remove_vd() argument
7261 if (md_get_prop_val(md, vd_node, VD_ID_PROP, &id) != 0) { in vds_remove_vd()