Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dbadblocks.c78 static unsigned int max_bb = 0; /* Abort test if more than this number of bad blocks has been enco… variable
488 if (max_bb && bb_count >= max_bb) { in test_ro()
596 if (max_bb && bb_count >= max_bb) { in test_rw()
641 if (max_bb && bb_count >= max_bb) { in test_rw()
785 if (max_bb && bb_count >= max_bb) { in test_nd()
1060 max_bb = parse_uint(optarg, "max bad block count"); in main()