Lines Matching refs:inst2
556 struct fsck_instance *inst, *inst2, *prev; in wait_one() local
630 for (inst2 = instance_list; inst2; inst2 = inst2->next) { in wait_one()
631 if (inst2->flags & FLAG_DONE) in wait_one()
633 if (strcmp(inst2->type, "ext2") && in wait_one()
634 strcmp(inst2->type, "ext3") && in wait_one()
635 strcmp(inst2->type, "ext4") && in wait_one()
636 strcmp(inst2->type, "ext4dev")) in wait_one()
643 if (inst2->start_time < time(0)+2) { in wait_one()
646 kill(inst2->pid, SIGUSR1); in wait_one()
650 kill(inst2->pid, SIGUSR1); in wait_one()
651 inst2->flags |= FLAG_PROGRESS; in wait_one()