Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dfloppy.c2023 int probed_format; in next_valid_format() local
2025 probed_format = DRS->probed_format; in next_valid_format()
2027 if (probed_format >= 8 || !DP->autodetect[probed_format]) { in next_valid_format()
2028 DRS->probed_format = 0; in next_valid_format()
2031 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format()
2032 DRS->probed_format = probed_format; in next_valid_format()
2035 probed_format++; in next_valid_format()
2044 DRS->probed_format++; in bad_flp_intr()
2677 (DP->read_track & (1 << DRS->probed_format)))))) { in make_raw_rw_request()
2857 DRS->probed_format = 0; in redo_fd_request()
[all …]
/linux-4.4.14/include/uapi/linux/
Dfd.h212 short probed_format; member
/linux-4.4.14/block/
Dcompat_ioctl.c239 short probed_format; member
468 err |= __put_user(f->probed_format, &uf->probed_format); in compat_fd_ioctl()