Home
last modified time | relevance | path

Searched refs:stop_unit (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/Documentation/s390/
DDASD47 int stop_unit;
52 and stop_unit are the first and last track to be formatted. If
53 stop_unit is -1 it implies that the DASD is formatted from start_unit
/linux-4.1.27/drivers/s390/block/
Ddasd_ioctl.c223 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format()
239 stop = fdata->stop_unit; in dasd_format()
248 fdata->stop_unit = stop; in dasd_format()
Ddasd_eckd.c2121 nr_tracks = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_build_format()
2201 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2210 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2228 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2234 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2248 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2253 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2375 if (fdata->stop_unit >= in dasd_eckd_format_device()
2379 fdata->stop_unit); in dasd_eckd_format_device()
2382 if (fdata->start_unit > fdata->stop_unit) { in dasd_eckd_format_device()
[all …]
/linux-4.1.27/arch/s390/include/uapi/asm/
Ddasd.h173 unsigned int stop_unit; /* to track */ member