Searched defs:stop_phase (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
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)
800 bail_phase = stop_phase;
786 ext4fixup_internal(char *fsdev, int v_flag, int n_flag, int stop_phase, int stop_loc, int stop_count) argument

Completed in 78 milliseconds