Lines Matching refs:target
60 sector_t target = s + sectors; in badblocks_check() local
66 target += (1<<bb->shift) - 1; in badblocks_check()
67 target >>= bb->shift; in badblocks_check()
68 sectors = target - s; in badblocks_check()
90 if (a < target) in badblocks_check()
106 if (BB_OFFSET(p[lo]) < target) { in badblocks_check()
335 sector_t target = s + sectors; in badblocks_clear() local
347 target >>= bb->shift; in badblocks_clear()
348 sectors = target - s; in badblocks_clear()
361 if (a < target) in badblocks_clear()
371 if ((BB_OFFSET(p[lo]) + BB_LEN(p[lo]) > target) && in badblocks_clear()
372 (BB_OFFSET(p[lo]) < target)) { in badblocks_clear()
389 p[lo] = BB_MAKE(target, end - target, ack); in badblocks_clear()
396 (BB_OFFSET(p[lo]) < target)) { in badblocks_clear()