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 */
107 * the start, so they must overlap
175 /* round the start down, and the end up */
203 /* we found a range that might merge with the start
236 * Maybe we can merge with the start of that range
338 /* When clearing we round the start up and the end down.
399 sector_t start = BB_OFFSET(p[lo]);
401 p[lo] = BB_MAKE(start, s - start, ack);
444 sector_t start = BB_OFFSET(p[i]);
447 p[i] = BB_MAKE(start, len, 1);