Searched refs:sector_start (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddm-ioctl.h154 __u64 sector_start; member in struct:dm_target_spec
/linux-master/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c214 int sector_start = bufnum * chip->ecc.steps; local
215 int sector_end = sector_start + chip->ecc.steps - 1;
219 eccstat = ifc_in32(&eccstat_regs[sector_start / 4]);
221 for (i = sector_start; i <= sector_end; i++) {
222 if (i != sector_start && !(i % 4))
/linux-master/drivers/md/
H A Ddm-init.c136 if (kstrtoull(field[0], 0, &sp->sector_start))
H A Ddm-ioctl.c1296 spec->sector_start = ti->begin;
1473 (sector_t) spec->sector_start,
2285 (sector_t) spec_array[i]->sector_start,

Completed in 100 milliseconds