Searched refs:overlap_front (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dbadblocks.c671 static bool overlap_front(struct badblocks *bb, int front, function
724 WARN_ON(!overlap_front(bb, prev, bad));
948 if (overlap_front(bb, prev, &bad)) {
1200 if ((prev + 1) >= bb->count && !overlap_front(bb, prev, &bad)) {
1213 if (overlap_front(bb, prev, &bad)) {
1316 ((prev + 1) >= bb->count) && !overlap_front(bb, prev, &bad)) {
1322 if ((prev >= 0) && overlap_front(bb, prev, &bad)) {

Completed in 91 milliseconds