Searched refs:stop_loc (Results 1 – 3 of 3) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4fixup_main.c | 36 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()
|
D | ext4fixup.h | 19 int stop_phase, int stop_loc, int stop_count);
|
D | ext4fixup.c | 691 int stop_phase, int stop_loc, int stop_count) in ext4fixup_internal() argument 705 bail_loc = stop_loc; in ext4fixup_internal()
|