Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/block/
H A Ddasd_eckd.c2767 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format()
2957 if (fdata->stop_unit >= in dasd_eckd_format_sanity_checks()
2961 fdata->stop_unit); in dasd_eckd_format_sanity_checks()
2964 if (fdata->start_unit > fdata->stop_unit) { in dasd_eckd_format_sanity_checks()
3004 old_stop = fdata->stop_unit; in dasd_eckd_format_process_data()
3023 fdata->stop_unit = in dasd_eckd_format_process_data()
3051 fdata->start_unit = fdata->stop_unit + 1; in dasd_eckd_format_process_data()
3052 fdata->stop_unit = old_stop; in dasd_eckd_format_process_data()
3101 fdata->stop_unit = old_stop; in dasd_eckd_format_process_data()
3220 fdata.stop_unit = curr_trk; in dasd_eckd_ese_format()
[all …]
H A Ddasd_ioctl.c210 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format()
/linux-6.15/arch/s390/include/uapi/asm/
H A Ddasd.h182 unsigned int stop_unit; /* to track */ member