Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4fixup_main.c36 int stop_phase = 0, stop_loc = 0, stop_count = 0; in main() local
49 sscanf(optarg, "%d,%d,%d", &stop_phase, &stop_loc, &stop_count); in main()
68 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count); in main()
Dext4fixup.h19 int stop_phase, int stop_loc, int stop_count);
Dext4fixup.c691 int stop_phase, int stop_loc, int stop_count) in ext4fixup_internal() argument
706 bail_count = stop_count; in ext4fixup_internal()