HomeSort by relevance Sort by last modified time
    Searched refs:bail_count (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/ext4_utils/src/
ext4fixup.c 66 static int bail_count = 0; variable
444 if ((bail_phase == 4) && ((unsigned int)bail_count == i)) {
759 if ((bail_phase == mode) && (bail_loc == 1) && (bail_count == count)) {
771 if ((bail_phase == mode) && (bail_loc == 2) && (bail_count <= count)) {
802 bail_count = stop_count;
  /system/extras/ext4_utils/
ext4fixup.c 65 static int bail_count = 0; variable
343 if ((bail_phase == 4) && ((unsigned int)bail_count == i)) {
658 if ((bail_phase == mode) && (bail_loc == 1) && (bail_count == count)) {
670 if ((bail_phase == mode) && (bail_loc == 2) && (bail_count <= count)) {
701 bail_count = stop_count;

Completed in 59 milliseconds