tag | line | file | source code |
FD_RAW_READ | 1021 | drivers/block/floppy.c | (raw_cmd.flags & FD_RAW_READ)? |
FD_RAW_READ | 1353 | drivers/block/floppy.c | if ( flags & ( FD_RAW_READ | FD_RAW_WRITE)) |
FD_RAW_READ | 1374 | drivers/block/floppy.c | if ( (flags & FD_RAW_READ) || (flags & FD_RAW_WRITE)) |
FD_RAW_READ | 2390 | drivers/block/floppy.c | raw_cmd.flags |= FD_RAW_READ; |
FD_RAW_READ | 2475 | drivers/block/floppy.c | raw_cmd.flags |= FD_RAW_READ; |
FD_RAW_READ | 2855 | drivers/block/floppy.c | if (raw_cmd.flags & (FD_RAW_WRITE | FD_RAW_READ)){ |
FD_RAW_READ | 2890 | drivers/block/floppy.c | if ( raw_cmd.flags & ( FD_RAW_READ | FD_RAW_WRITE )) |
FD_RAW_READ | 2898 | drivers/block/floppy.c | if ( raw_cmd.flags & FD_RAW_READ ){ |