Searched refs:meta_get_unit (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_rename.c | 291 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 D | meta_userflags.c | 52 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_getuserflags()
|
H A D | meta_attach.c | 95 if ((mdp = meta_get_unit(sp, childnp, ep)) == NULL) in meta_concat_parent()
|
H A D | meta_trans.c | 388 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 D | meta_mirror.c | 436 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 D | mapfile-vers | 447 meta_get_unit;
|
H A D | meta_nameinfo.c | 1196 meta_get_unit( in meta_get_unit() function
|
H A D | meta_hotspares.c | 1836 if ((meta_get_unit(*spp, np, ep)) != NULL) in meta_init_hsp()
|
H A D | meta_sp.c | 4208 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 D | meta_stripe.c | 511 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) in meta_check_component()
|
/titanic_41/usr/src/cmd/lvm/md_monitord/ |
H A D | probedev.c | 208 if ((mdp = meta_get_unit(sp, p->namep, &e)) == NULL) { in get_toplevel_mds()
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metastat.c | 869 if ((mdp = meta_get_unit(sp, p->namep, &e)) == NULL) { in get_toplevel_mds()
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1299 extern md_common_t *meta_get_unit(mdsetname_t *sp, mdname_t *np,
|