Searched refs:next_lun (Results 1 – 2 of 2) sorted by relevance
1327 struct lun_tracking *next_lun; member1456 for (tmp = head; tmp != NULL; tmp = tmp->next_lun) { in add_lun_path()1486 for (tmp = head; tmp->next_lun != NULL; tmp = tmp->next_lun) {} in add_lun_path()1487 tmp->next_lun = (struct lun_tracking *)calloc(1, in add_lun_path()1489 tmp = tmp->next_lun; in add_lun_path()1699 outer = outer->next_lun) { in fchba_display_config()1748 first_time = first_time->next_lun) { in fchba_display_config()
14874 struct fcp_lun *next_lun = plun->lun_next; in fcp_free_target() local14877 plun = next_lun; in fcp_free_target()