Searched refs:metachkcomp (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metattach.c | 175 if (metachkcomp(compnp, ep) != 0) in stripe_attach() 192 if (metachkcomp(cp->compnamep, ep) == 0) { in stripe_attach() 269 if (metachkcomp(compnp, ep) != 0) in raid_attach()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | metagetroot.c | 113 if (metachkcomp(cp->compnamep, ep) == 0) in meta_get_current_root_dev()
|
H A D | mapfile-vers | 314 metachkcomp;
|
H A D | meta_db.c | 677 if (metachkcomp(np, ep) != 0) in meta_check_replica() 2234 (metachkcomp(rp->r_namep, ep) != 0)) { in metareplicaname()
|
H A D | meta_stripe.c | 507 if (metachkcomp(np, ep) != 0) in meta_check_component() 2272 if (metachkcomp(compnp, ep) != 0) { in meta_init_stripe()
|
H A D | meta_raid.c | 356 if (metachkcomp(np, ep) != 0) in meta_check_column() 2509 if (metachkcomp(colnp, ep) != 0) in meta_init_raid()
|
H A D | meta_hotspares.c | 359 if (metachkcomp(np, ep) != 0) in meta_check_hotspare()
|
H A D | meta_name.c | 3159 metachkcomp( in metachkcomp() function
|
H A D | meta_set.c | 1934 if ((! (flags & MD_BASICNAME_OK)) && (metachkcomp(np, in metadrivename_withdrkey()
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1239 extern int metachkcomp(mdname_t *np, md_error_t *ep);
|