Searched refs:meta_get_unit (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_attach.c | 95 if ((mdp = meta_get_unit(sp, childnp, ep)) == NULL)
|
H A D | meta_userflags.c | 52 if ((mdp = meta_get_unit(sp, np, ep)) == NULL)
|
H A D | meta_rename.c | 291 if ((from_mdp = meta_get_unit(sp, from_np, ep)) == NULL) { 296 if (meta_get_unit(sp, to_np, ep) != NULL) { 473 if ((from_mdp = meta_get_unit(sp, from_np, ep)) == NULL) { 478 if ((to_mdp = meta_get_unit(sp, to_np, ep)) == NULL) {
|
H A D | meta_trans.c | 389 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) 447 if ((mdp = meta_get_unit(sp, np, ep)) == NULL)
|
H A D | meta_mirror.c | 433 if ((mdp = meta_get_unit(sp, np, ep)) == NULL) 1855 if (meta_get_unit(sp, submirnp, ep) == NULL) 1868 * filesystem (meta_getdev). After calling meta_get_unit 2065 if (meta_get_unit(sp, submirnp, ep) == NULL)
|
H A D | meta_nameinfo.c | 1196 meta_get_unit( function
|
H A D | meta_hotspares.c | 1817 if ((meta_get_unit(*spp, np, ep)) != NULL)
|
H A D | meta_sp.c | 4208 if ((mdp = meta_get_unit(sp, compnp, ep)) == NULL) 6234 mm = (mm_unit_t *)meta_get_unit(sp, compnp, ep);
|
H A D | meta_stripe.c | 511 if ((mdp = meta_get_unit(sp, np, ep)) == NULL)
|
Completed in 55 milliseconds