Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c258 md_im_list_t **ucomp_head, in ucomponent_append() argument
264 if (*ucomp_head == NULL) { in ucomponent_append()
265 *ucomp_head = ucomp; in ucomponent_append()
669 md_im_list_t *ucomp_head = NULL; in process_raid() local
726 ucomponent_append(&ucomp_head, &ucomp_tail, in process_raid()
766 for (ucomp = ucomp_head; ucomp != NULL; in process_raid()
771 free_md_im_list_entries(&ucomp_head); in process_raid()
801 md_im_list_t *ucomp_head = NULL; in process_mirror() local
822 ucomponent_append(&ucomp_head, &ucomp_tail, in process_mirror()
843 for (ucomp = ucomp_head; ucomp != NULL; in process_mirror()
[all …]