Lines Matching defs:start
159 sector_t start;
468 result += ic->start;
503 io_loc.sector = ic->start;
985 io_loc.sector = ic->start + SB_SECTORS + sector;
2529 DEBUG_print("start recalculation... (position %llx)\n", le64_to_cpu(ic->sb->recalc_sector));
2620 sector_t start, end;
2621 start = (range.logical_sector >>
2627 block_bitmap_op(ic, ic->recalc_bitmap, start, end - start, BITMAP_OP_CLEAR);
3164 DMEMIT("%s %llu %u %c %u", ic->dev->name, ic->start,
3212 return fn(ti, ic->dev, ic->start + ic->initial_sectors + ic->metadata_run, ti->len, data);
3272 if (last_sector < ic->start || last_sector >= ic->meta_device_sectors)
3465 unsigned start = 0, end = PAGE_SIZE;
3467 start = start_offset;
3470 sg_set_buf(&s[idx - start_index], va + start, end - start);
3791 * offset from the start of the device
3823 unsigned long long start;
3860 if (sscanf(argv[1], "%llu%c", &start, &dummy) != 1 || start != (sector_t)start) {
3865 ic->start = start;
4291 dm_bufio_set_sector_offset(ic->bufio, ic->start + ic->initial_sectors);