Searched refs:meta_get_mdunit (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_attach.c | 109 if ((mup = meta_get_mdunit(sp, childnp, ep)) == NULL) in meta_concat_parent()
|
H A D | meta_nameinfo.c | 650 if (!sp || (mdev = meta_get_mdunit(sp, np, ep)) == in metagetvtoc() 1089 meta_get_mdunit( in meta_get_mdunit() function
|
H A D | meta_raid.c | 118 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 D | meta_trans.c | 175 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 D | mapfile-vers | 412 meta_get_mdunit;
|
H A D | meta_sp.c | 2342 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 D | meta_mirror.c | 114 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 D | meta_stripe.c | 228 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 D | meta_mn_handlers.c | 1998 mm = (mm_unit_t *)meta_get_mdunit(sp, mirnp, &mde); in mdmn_do_get_mirstate()
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metaclust.c | 370 if ((mm = meta_get_mdunit(sp, devnp, ep)) == NULL) in reset_state()
|
H A D | metastat.c | 1596 if ((u = meta_get_mdunit(sp, np, &error)) == NULL) { in print_concise_md()
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1295 extern md_unit_t *meta_get_mdunit(mdsetname_t *sp, mdname_t *np,
|