Home | History | Annotate | Download | only in misc

Lines Matching defs:inst2

555 	struct fsck_instance *inst, *inst2, *prev;
629 for (inst2 = instance_list; inst2; inst2 = inst2->next) {
630 if (inst2->flags & FLAG_DONE)
632 if (strcmp(inst2->type, "ext2") &&
633 strcmp(inst2->type, "ext3") &&
634 strcmp(inst2->type, "ext4") &&
635 strcmp(inst2->type, "ext4dev"))
642 if (inst2->start_time < time(0)+2) {
645 kill(inst2->pid, SIGUSR1);
649 kill(inst2->pid, SIGUSR1);
650 inst2->flags |= FLAG_PROGRESS;