Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c2780 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2970 if (fdata->stop_unit >= in dasd_eckd_format_sanity_checks()
2974 fdata->stop_unit); in dasd_eckd_format_sanity_checks()
2977 if (fdata->start_unit > fdata->stop_unit) { in dasd_eckd_format_sanity_checks()
3017 old_stop = fdata->stop_unit; in dasd_eckd_format_process_data()
3036 fdata->stop_unit = in dasd_eckd_format_process_data()
3064 fdata->start_unit = fdata->stop_unit + 1; in dasd_eckd_format_process_data()
3065 fdata->stop_unit = old_stop; in dasd_eckd_format_process_data()
3114 fdata->stop_unit = old_stop; in dasd_eckd_format_process_data()
3233 fdata.stop_unit = curr_trk; in dasd_eckd_ese_format()
[all …]
H A Ddasd_ioctl.c216 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Ddasd.h182 unsigned int stop_unit; /* to track */ member