Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c460 mdnamelist_t *stripenlp = NULL; in meta_check_instripe() local
468 if (meta_get_stripe_names(sp, &stripenlp, 0, ep) < 0) in meta_check_instripe()
470 for (p = stripenlp; (p != NULL); p = p->next) { in meta_check_instripe()
481 metafreenamelist(stripenlp); in meta_check_instripe()
2395 mdnamelist_t *stripenlp = NULL; in meta_stripe_reset() local
2400 if (meta_get_stripe_names(sp, &stripenlp, 0, ep) < 0) in meta_stripe_reset()
2402 for (p = stripenlp; (p != NULL); p = p->next) { in meta_stripe_reset()
2426 metafreenamelist(stripenlp); in meta_stripe_reset()