Searched refs:MAX_BADBLOCKS (Results 1 – 2 of 2) sorted by relevance
26 #define MAX_BADBLOCKS (PAGE_SIZE/8) macro76 return (bb->count >= MAX_BADBLOCKS); in badblocks_full()
703 if ((bb->count + (*extra)) > MAX_BADBLOCKS) in can_front_overwrite()1131 if ((bb->count + 1) <= MAX_BADBLOCKS) { in _badblocks_clear()