Searched refs:ucomp_head (Results 1 – 1 of 1) sorted by relevance
258 md_im_list_t **ucomp_head, in ucomponent_append() argument264 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() local726 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() local822 ucomponent_append(&ucomp_head, &ucomp_tail, in process_mirror()843 for (ucomp = ucomp_head; ucomp != NULL; in process_mirror()[all …]