Lines Matching defs:start
169 sector_t start;
469 result += ic->start;
556 io_loc.sector = ic->start;
1083 io_loc.sector = ic->start + SB_SECTORS + sector;
2758 DEBUG_print("start recalculation... (position %llx)\n", le64_to_cpu(ic->sb->recalc_sector));
2848 sector_t start, end;
2850 start = (range.logical_sector >>
2856 block_bitmap_op(ic, ic->recalc_bitmap, start, end - start, BITMAP_OP_CLEAR);
3415 DMEMIT("%s %llu %u %c %u", ic->dev->name, ic->start,
3460 DMEMIT(",dev_name=%s,start=%llu,tag_size=%u,mode=%c",
3461 ic->dev->name, ic->start, ic->tag_size, ic->mode);
3491 return fn(ti, ic->dev, ic->start + ic->initial_sectors + ic->metadata_run, ti->len, data);
3552 if (last_sector < ic->start || last_sector >= ic->meta_device_sectors)
3755 unsigned int start = 0, end = PAGE_SIZE;
3758 start = start_offset;
3761 sg_set_buf(&s[idx - start_index], va + start, end - start);
4084 * offset from the start of the device
4116 unsigned long long start;
4153 if (sscanf(argv[1], "%llu%c", &start, &dummy) != 1 || start != (sector_t)start) {
4158 ic->start = start;
4580 dm_bufio_set_sector_offset(ic->bufio, ic->start + ic->initial_sectors);