Home
last modified time | relevance | path

Searched refs:meta_get_unit (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_rename.c291 if ((from_mdp = meta_get_unit(sp, from_np, ep)) == NULL) { in meta_rename()
296 if (meta_get_unit(sp, to_np, ep) != NULL) { in meta_rename()
473 if ((from_mdp = meta_get_unit(sp, from_np, ep)) == NULL) { in meta_exchange()
478 if ((to_mdp = meta_get_unit(sp, to_np, ep)) == NULL) { in meta_exchange()
H A Dmeta_userflags.c52 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_getuserflags()
H A Dmeta_attach.c95 if ((mdp = meta_get_unit(sp, childnp, ep)) == NULL) in meta_concat_parent()
H A Dmeta_trans.c388 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_check_master()
446 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_check_log()
H A Dmeta_mirror.c436 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_check_submirror()
1858 if (meta_get_unit(sp, submirnp, ep) == NULL) in meta_mirror_replace()
2070 if (meta_get_unit(sp, submirnp, ep) == NULL) in meta_mirror_enable()
H A Dmapfile-vers447 meta_get_unit;
H A Dmeta_nameinfo.c1196 meta_get_unit( in meta_get_unit() function
H A Dmeta_hotspares.c1836 if ((meta_get_unit(*spp, np, ep)) != NULL) in meta_init_hsp()
H A Dmeta_sp.c4208 if ((mdp = meta_get_unit(sp, compnp, ep)) == NULL) in meta_check_sp()
6234 mm = (mm_unit_t *)meta_get_unit(sp, compnp, ep); in meta_sp_recover_from_wm()
H A Dmeta_stripe.c511 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_check_component()
/titanic_41/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c208 if ((mdp = meta_get_unit(sp, p->namep, &e)) == NULL) { in get_toplevel_mds()
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetastat.c869 if ((mdp = meta_get_unit(sp, p->namep, &e)) == NULL) { in get_toplevel_mds()
/titanic_41/usr/src/head/
H A Dmeta.h1299 extern md_common_t *meta_get_unit(mdsetname_t *sp, mdname_t *np,