Searched refs:meta_get_stripe (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | metagetroot.c | 110 ((stripep = meta_get_stripe(sp, rootnp, ep)) != NULL)) { in meta_get_current_root_dev()
|
H A D | meta_stripe.c | 382 meta_get_stripe( in meta_get_stripe() function 411 if ((stripep = meta_get_stripe(sp, stripenp, ep)) == NULL) in in_stripe() 1272 if ((stripep = meta_get_stripe(sp, stripenp, ep)) == NULL) in invalidate_components() 1578 if ((stripep = meta_get_stripe(sp, stripenp, ep)) == NULL) in meta_stripe_get_params() 2435 if ((stripep = meta_get_stripe(sp, stripenp, ep)) == NULL) in meta_stripe_reset() 2501 if ((stripep = meta_get_stripe(sp, nlp->namep, ep)) == NULL) { in meta_stripe_anycomp_is_err()
|
H A D | mapfile-vers | 438 meta_get_stripe;
|
H A D | meta_nameinfo.c | 1214 return ((md_common_t *)meta_get_stripe(sp, np, ep)); in meta_get_unit()
|
H A D | meta_mirror.c | 361 if ((stripep = meta_get_stripe(sp, submirnamep, ep)) in meta_check_primary_mirror()
|
H A D | meta_sp.c | 703 stp = meta_get_stripe(sp, compnp, ep); in meta_sp_get_default_alignment()
|
/titanic_41/usr/src/cmd/lvm/util/ |
H A D | metaroot.c | 198 if ((stripep = meta_get_stripe(sp, strnp, ep)) == NULL) { in validate_stripe_root()
|
H A D | metattach.c | 187 if ((stripep = meta_get_stripe(*spp, stripenp, ep)) == NULL) in stripe_attach()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | svm_rcm.c | 1681 stripe = meta_get_stripe(sp, mdn, &error); in cache_all_devices_in_set() 2761 stripep = meta_get_stripe(sp, np, ep); in check_stripe()
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_svm_util.c | 1712 stripe = meta_get_stripe(sp, mdn, &error); in diskset_info()
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 1663 extern md_stripe_t *meta_get_stripe(mdsetname_t *sp, mdname_t *stripenp,
|