Home
last modified time | relevance | path

Searched refs:meta_get_mdunit (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_attach.c109 if ((mup = meta_get_mdunit(sp, childnp, ep)) == NULL) in meta_concat_parent()
H A Dmeta_nameinfo.c650 if (!sp || (mdev = meta_get_mdunit(sp, np, ep)) == in metagetvtoc()
1089 meta_get_mdunit( in meta_get_mdunit() function
H A Dmeta_raid.c118 if ((mr = (mr_unit_t *)meta_get_mdunit(sp, raidnp, ep)) == NULL) in meta_get_raid_common()
919 if ((mr = (mr_unit_t *)meta_get_mdunit(sp, raidnp, ep)) == NULL) in raid_report()
1346 if ((old_mr = (mr_unit_t *)meta_get_mdunit(sp, raidnp, ep)) == NULL) in meta_raid_attach()
1526 if ((mr = (mr_unit_t *)meta_get_mdunit(sp, raidnp, ep)) == NULL) in validate_new_raid()
H A Dmeta_trans.c175 if ((mt = (mt_unit_t *)meta_get_mdunit(sp, transnp, ep)) == NULL) in meta_get_trans_common()
1264 if ((mt = (mt_unit_t *)meta_get_mdunit(sp, transnp, ep)) in log_report()
H A Dmapfile-vers412 meta_get_mdunit;
H A Dmeta_sp.c2342 if ((mdp = meta_get_mdunit(sp, msp->compnamep, ep)) == NULL) in meta_sp_print()
2493 mdp = meta_get_mdunit(sp, msp->common.namep, ep); in meta_sp_update_wm_common()
3662 if ((mp = (mp_unit_t *)meta_get_mdunit(sp, np, ep)) == NULL) in meta_get_sp_common()
4893 if ((mp = (mp_unit_t *)meta_get_mdunit(sp, np, ep)) == NULL) in meta_sp_attach()
6571 if ((un = meta_get_mdunit(sp, devnp, ep)) == NULL) in meta_sp_update_abr()
H A Dmeta_mirror.c114 if ((mm = (mm_unit_t *)meta_get_mdunit(sp, mirnp, ep)) == NULL) in meta_get_mirror_common()
1132 if ((mm = (mm_unit_t *)meta_get_mdunit(sp, mirnp, ep)) in mirror_report()
H A Dmeta_stripe.c228 if ((ms = (ms_unit_t *)meta_get_mdunit(sp, stripenp, ep)) == NULL) in meta_get_stripe_common()
1353 if ((old_un = (ms_unit_t *)meta_get_mdunit(sp, stripenp, ep)) == NULL) in meta_stripe_attach()
H A Dmeta_mn_handlers.c1998 mm = (mm_unit_t *)meta_get_mdunit(sp, mirnp, &mde); in mdmn_do_get_mirstate()
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetaclust.c370 if ((mm = meta_get_mdunit(sp, devnp, ep)) == NULL) in reset_state()
H A Dmetastat.c1596 if ((u = meta_get_mdunit(sp, np, &error)) == NULL) { in print_concise_md()
/titanic_41/usr/src/head/
H A Dmeta.h1295 extern md_unit_t *meta_get_mdunit(mdsetname_t *sp, mdname_t *np,