Lines Matching refs:inst2
563 struct fsck_instance *inst, *inst2, *prev; in wait_one() local
637 for (inst2 = instance_list; inst2; inst2 = inst2->next) { in wait_one()
638 if (inst2->flags & FLAG_DONE) in wait_one()
640 if (strcmp(inst2->type, "ext2") && in wait_one()
641 strcmp(inst2->type, "ext3") && in wait_one()
642 strcmp(inst2->type, "ext4") && in wait_one()
643 strcmp(inst2->type, "ext4dev")) in wait_one()
650 if (inst2->start_time < time(0)+2) { in wait_one()
653 kill(inst2->pid, SIGUSR1); in wait_one()
657 kill(inst2->pid, SIGUSR1); in wait_one()
658 inst2->flags |= FLAG_PROGRESS; in wait_one()