tag | line | file | source code |
FD_RAW_READ | 851 | drivers/block/floppy.c | (raw_cmd.flags & FD_RAW_READ)? |
FD_RAW_READ | 1168 | drivers/block/floppy.c | if ( flags & ( FD_RAW_READ | FD_RAW_WRITE)) |
FD_RAW_READ | 1189 | drivers/block/floppy.c | if ( (flags & FD_RAW_READ) || (flags & FD_RAW_WRITE)) |
FD_RAW_READ | 2162 | drivers/block/floppy.c | raw_cmd.flags |= FD_RAW_READ; |
FD_RAW_READ | 2245 | drivers/block/floppy.c | raw_cmd.flags |= FD_RAW_READ; |
FD_RAW_READ | 2610 | drivers/block/floppy.c | if (raw_cmd.flags & (FD_RAW_WRITE | FD_RAW_READ)){ |
FD_RAW_READ | 2641 | drivers/block/floppy.c | if ( raw_cmd.flags & ( FD_RAW_READ | FD_RAW_WRITE )) |
FD_RAW_READ | 2649 | drivers/block/floppy.c | if ( raw_cmd.flags & FD_RAW_READ ){ |