Lines Matching defs:start
22 * @s: sector (start) at which to check for badblocks
45 * then see if it ends after the given start.
51 * plus the start/length of the first bad section we overlap.
64 /* round the start down, and the end up */
108 * the start, so they must overlap
176 /* round the start down, and the end up */
204 /* we found a range that might merge with the start
237 * Maybe we can merge with the start of that range
339 /* When clearing we round the start up and the end down.
401 sector_t start = BB_OFFSET(p[lo]);
403 p[lo] = BB_MAKE(start, s - start, ack);
446 sector_t start = BB_OFFSET(p[i]);
449 p[i] = BB_MAKE(start, len, 1);