Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c2159 nr_tracks = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_build_format()
2239 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2248 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2266 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2272 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2286 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2291 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2413 if (fdata->stop_unit >= in dasd_eckd_format_device()
2417 fdata->stop_unit); in dasd_eckd_format_device()
2420 if (fdata->start_unit > fdata->stop_unit) { in dasd_eckd_format_device()
[all …]
/linux-4.4.14/arch/s390/include/uapi/asm/
Ddasd.h173 unsigned int stop_unit; /* to track */ member