Home
last modified time | relevance | path

Searched refs:FD_RAW_STOP_IF_FAILURE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dfd.h341 #define FD_RAW_STOP_IF_FAILURE 0x200 /* stop if we encounter a failure */ macro
/linux-4.4.14/drivers/block/
Dfloppy.c3047 !(raw_cmd->flags & FD_RAW_STOP_IF_FAILURE)) && in raw_cmd_done()