Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dataflop.c1082 if (SUD.flags & FTD_MSG) in fd_rwsec_done1()
1359 if (UD.flags & FTD_MSG) in floppy_revalidate()
1532 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1577 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1608 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1646 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1662 UD.flags |= FTD_MSG; in fd_locked_ioctl()
1665 UD.flags &= ~FTD_MSG; in fd_locked_ioctl()
Dfloppy.c763 if ((UDP->flags & FTD_MSG) && in disk_change()
1422 if (DP->flags & FTD_MSG) in interpret_errors()
2345 if (DP->flags & FTD_MSG) in rw_interrupt()
3464 UDP->flags |= FTD_MSG; in fd_locked_ioctl()
3467 UDP->flags &= ~FTD_MSG; in fd_locked_ioctl()
4044 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},
/linux-4.1.27/include/uapi/linux/
Dfd.h160 #define FTD_MSG 0x10 macro