Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dataflop.c1191 if (SUD.flags & FTD_MSG) in fd_rwsec_done1()
1466 if (UD.flags & FTD_MSG) in floppy_revalidate()
1608 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1653 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1684 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1722 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1738 UD.flags |= FTD_MSG; in fd_locked_ioctl()
1741 UD.flags &= ~FTD_MSG; in fd_locked_ioctl()
H A Dfloppy.c762 if ((drive_params[drive].flags & FTD_MSG) && in disk_change()
1453 if (drive_params[current_drive].flags & FTD_MSG) in interpret_errors()
2390 if (drive_params[current_drive].flags & FTD_MSG) in rw_interrupt()
3480 drive_params[drive].flags |= FTD_MSG; in fd_locked_ioctl()
3483 drive_params[drive].flags &= ~FTD_MSG; in fd_locked_ioctl()
4386 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},
/linux/include/uapi/linux/
H A Dfd.h161 #define FTD_MSG 0x10 macro