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

/linux-master/include/uapi/linux/
H A Dfd.h161 #define FTD_MSG 0x10 macro
/linux-master/drivers/block/
H A Dataflop.c1190 if (SUD.flags & FTD_MSG)
1465 if (UD.flags & FTD_MSG)
1607 if (UD.flags & FTD_MSG)
1652 if (UD.flags & FTD_MSG)
1683 if (UD.flags & FTD_MSG)
1721 if (UD.flags & FTD_MSG)
1737 UD.flags |= FTD_MSG;
1740 UD.flags &= ~FTD_MSG;
H A Dfloppy.c766 if ((drive_params[drive].flags & FTD_MSG) &&
1457 if (drive_params[current_drive].flags & FTD_MSG)
2394 if (drive_params[current_drive].flags & FTD_MSG)
3487 drive_params[drive].flags |= FTD_MSG;
3490 drive_params[drive].flags &= ~FTD_MSG;
4393 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},

Completed in 117 milliseconds