Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/s390/block/
Ddasd_eckd.c2094 count = rpt * (fdata->stop_unit - fdata->start_unit + 1); in dasd_eckd_build_check_tcw()
2116 rc = prepare_itcw(itcw, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check_tcw()
2182 count = rpt * (fdata->stop_unit - fdata->start_unit + 1); in dasd_eckd_build_check()
2206 prefix_LRE(ccw++, data, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check()
2210 define_extent(ccw++, data, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check()
2275 nr_tracks = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_build_format()
2355 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2364 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2382 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2388 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
[all …]
Ddasd_ioctl.c221 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format()
/Linux-v4.19/arch/s390/include/uapi/asm/
Ddasd.h180 unsigned int stop_unit; /* to track */ member