Searched refs:stop_count (Results 1 - 3 of 3) sorted by relevance

/system/extras/ext4_utils/
H A Dext4fixup.h19 int stop_phase, int stop_loc, int stop_count);
H A Dext4fixup_main.c35 int stop_phase = 0, stop_loc = 0, stop_count = 0; local
48 sscanf(optarg, "%d,%d,%d", &stop_phase, &stop_loc, &stop_count);
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
H A Dext4fixup.c787 int stop_phase, int stop_loc, int stop_count)
802 bail_count = stop_count;
786 ext4fixup_internal(char *fsdev, int v_flag, int n_flag, int stop_phase, int stop_loc, int stop_count) argument

Completed in 600 milliseconds